* {
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'catamaranregular';
    src: url('../fonts/regular/catamaran-regular-webfont.eot');
    src: url('../fonts/regular/catamaran-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regular/catamaran-regular-webfont.woff2') format('woff2'),
         url('../fonts/regular/catamaran-regular-webfont.woff') format('woff'),
         url('../fonts/regular/catamaran-regular-webfont.ttf') format('truetype'),
         url('../fonts/regular/catamaran-regular-webfont.svg#catamaranregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'catamaranbold';
    src: url('../fonts/bold/catamaran-bold-webfont.eot');
    src: url('../fonts/bold/catamaran-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bold/catamaran-bold-webfont.woff2') format('woff2'),
         url('../fonts/bold/catamaran-bold-webfont.woff') format('woff'),
         url('../fonts/bold/catamaran-bold-webfont.ttf') format('truetype'),
         url('../fonts/bold/catamaran-bold-webfont.svg#catamaranbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'catamaransemibold';
    src: url('../fonts/semibold/catamaran-semibold-webfont.eot');
    src: url('../fonts/semibold/catamaran-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/semibold/catamaran-semibold-webfont.woff2') format('woff2'),
         url('../fonts/semibold/catamaran-semibold-webfont.woff') format('woff'),
         url('../fonts/semibold/catamaran-semibold-webfont.ttf') format('truetype'),
         url('../fonts/semibold/catamaran-semibold-webfont.svg#catamaransemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.map_wrapper {
    background-image: url( 'images/karte.png' );
    background-size: cover;
    position: relative;
    box-shadow: 0px 3px 5px #333;
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
}

.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 */
.map_wrapper .btn {
  cursor: pointer;
  display: inline-block;
  transition: color .5s, background-color .5s, border .5s;
  padding: 8px 16px;
  font-size: 16px;
  border: 1px solid #ffffff;
}
.map_wrapper .btn:hover {
  background-color: transparent;
  color: #ffffff;
}





#trigger {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #f498004d;
    overflow: auto;
    position: absolute;
    z-index: 99999999;
    top: 0;
}
#overlay {
    position: absolute;
    z-index: 999999999;
    background-color: #fff;
    left: 50%;
    top: 42%;
    margin-top: -322px;
    margin-left: -350px;
    box-sizing: border-box;
    padding: 20px 40px 50px;
    border-radius: 20px;
    width: 700px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    font-size: 18px;
}
#overlay h2{
	font-family: "catamaransemibold";
}
.corona-info {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 50px;
}

.close {
    float: right;
    cursor: pointer;
    padding: 5px 5px 0 25px;
    color: #f49800;
    display: flex;
    position: absolute;
    right: 20px;
}
.close img {
    width: 30px;
    height: 30px;
    padding-left: 10px;
}
#overlay ul {
    padding-left: 25px;
    padding-bottom: 20px;
}
#overlay .red {
    color: #ba2906;
    font-family: "catamaransemibold";
}
#overlay #telefon {
    display: flex;
    padding-bottom: 20px;
}
img.telefon {
    padding-right: 10px;
}
#overlay #telefon p {
    padding: 0;
    line-height: 1.8;
}




.row-0 .moduletable-map {
    margin-top: 10px;
}
.map_wrapper {
    background-image: url( 'images/icon/karte.png' );
    background-size: cover;
    position: relative;
    height: 313px;
    width: 100%;
}

.map_wrapper .map_trigger {
    padding: 100px 30px 160px;
    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, 0.77);
    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;
}


.map_wrapper .btn {
  cursor: pointer;
    display: inline-block;
    transition: color .5s, background-color .5s, border .5s;
    padding: 8px 16px;
    font-size: 16px;
    border: 1px solid #f49700;
    background-color: #f49700;
    color: #ba2606;
}
.map_wrapper .btn:hover {
  background-color: transparent;
  color: #ffffff;
}


* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
#wrapper_outer {
	position: relative;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
}
#wrapper {
	position: relative;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}
#content {
	padding: 0 0 0 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1em;
} 


body {
	font-family: catamaranregular;
	color: #646060;
	line-height: 1.4em;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3 {
	font-weight: 400;
}
h1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.35em;
}
h2 {
    margin-bottom: 20px;
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.35em;	
}
td {
	vertical-align: top;
}
.item-page-team h1 {
	margin-bottom: 0;
}
p {
	padding-bottom: 16px;
}
img {
	border:none;
}
a {
	color: #BA2606;
	text-decoration: none;
	outline: 0;
}
hr {
    border: none;
    height: 1px;
    background-color: #F49700;
}
.externer_link_aktuelles, .externer_link_klein, .extern1, .externer_link  {
	background-image:url(../site-elements/externer_link.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-right:30px;
	padding-top:4px;
	padding-bottom:4px;
	color:#646060 !important;
}
.rsform-calendar-button {
	margin-top: 10px;
}
a.karte {
	background-image:url(../site-elements/externer_link.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	white-space:nowrap;
	padding-right:30px;
	padding-top:4px;
	padding-bottom:4px;
	line-height:30px;
	margin-top: 8px;
	display: inline-block;
	color: #646060 !important;
	margin-bottom: 32px;
}
.content ul {
	padding-bottom: 16px;
	margin-left: 8px;
}
.content ul li {
	list-style: none;
	margin-left: 0;
	padding-top: 8px;
}
.content ul li:before {
	content:"• ";
	margin-left: -8px;
}
.wrapper {
	position: relative;
}
.top_menu, .navigation {
	display: none;
}
.banner-label {
	display: none;
}
.left {
	display: none;
}
.moduletable-map {
	margin-bottom: -32px;

}
.start_right .moduletable {
	padding-left: 20px;
	padding-right: 20px;
	background: #fdeacc;
}
.start_right .moduletable:nth-child(1) {
	padding-top: 20px;
}

.mod-articlesnews.newsflash {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 16px;
	background: #fdeacc;	
}


.modright .custom {
	padding: 20px;
	background: #fdeacc;
}
.inner{
	padding:20px;
}
.haus-desktop, .topmenu_desktop, ul.breadcrumb  {
	display: none;
}
.logo-mobil {
	width: 120px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
}
.logo-slogan {
	font-size: 16px;
	line-height: 1.3em;
	font-family: catamaransemibold;
	text-align: center;
	width: 90%;
	display: inline-block;
	color: #BA2606;
	padding-bottom: 10px;
	margin-left: 5%;
}
.menu-mobil {
	margin-left: 20px;
	padding-top: 10px;
	color: #BA2606;
}
.menu-mobil a {
	color: #BA2606;
	text-decoration: none;
}
.kopfbild {
	position: relative;
}
.kopfbild p {
	margin:0;
	padding: 0;
}
.kopfbild img {
	display: inline-block;
}
.kopfbild img:nth-child(1) {
	display: none;
}
.kopfbild .item-title {
	background-color:rgba(244, 170, 49, 0.8);
	color: #fff;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 6px;
	padding-bottom: 12px;
	position: absolute;
	bottom: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 2px;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}



/*
.readmore.btn {
	width: 100%;
	text-align: right;
	display: block;
	margin-top: -32px;
}
.readmore.btn a {
    color: #BA2606;
    text-decoration: none;
    padding-right: 6px;
    text-align: right;
    display: inline-block;
}
*/

.readmore .btn.btn-secondary {
	width: 100%;
	text-align: right;
	display: block;
	margin-top: -0px;
}
.readmore .btn.btn-secondary a {
    color: #BA2606;
    text-decoration: none;
    padding-right: 6px;
    text-align: right;
    display: inline-block;
}


.subpage .content {
	background: #f3f4f4;
}
.start_right {
	margin-bottom: -10px;
}
.start_right h3 {
    color: #BA2606;
    padding-bottom: 2px;
    font-size: 1em;
    font-weight: 700;
}
.seo_text {
	font-size: 12px;
	line-height: 18px;
}

.article-info {
	display: none;
}
.article-info .category-name {
	font-size: 18px !important;
	display: block;
	border-bottom: 1px solid #F49700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.row-1 .article-info, .row-3 .article-info {
	display: block;
}

.pagenav {
	border-top: 1px solid #F49700;
	display: block;
}
.pagenav li {
	list-style: none;
	padding-top: 12px !important;
}
.content .pagenav li:before {
	content: "";
	margin-left: 0;
}
.pagenav li.pagenav-prev img {
	margin-top: -6px;
}
.pagenav li.pagenav-next img {
	margin-top: 1px;
}

/* Kontakte */
#te_149 .personfield {
	font-size: 1.2em;
	line-height: 1.4em
	}


#te_149 .personfield.fieldname
{
	font-size:16px;
	font-weight:bold;
	clear:both;
}

/*.personname {
	font-weight: bold;
}
*/

#te_149 .personfield.index1 .fieldvalue{
	font-style:normal;
	}

#te_149 .personfield.index4 {
    padding-top: 10px;
}


.person {
	border-top: 1px solid #F49700;
	padding-top: 16px;
	padding-bottom: 0;
}

.personmiscinfo {
	padding-top: 16px;
}
.personpicture {
	text-align: center;
	padding-bottom: 16px;
}

/* Akkordeon*/
.blog {
	padding-bottom: 16px;
}
.blog h2 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
}
.blog .page-header {
	color:#646060;
	border-bottom:1px solid #F49700;
	display:block;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:0px;
	cursor:pointer;
	background-image:url(../site-elements/aufklappen.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	padding-left:32px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog .page-header_active {
	border-bottom:1px solid #f3f4f4;
	background-image:url(../site-elements/aufgeklappt.png);
}
.blog.red_title .page-header {
	color: #BA2606 !important;
}
.blog_content {
	color:#646060;
	border-bottom:1px solid #F49700;
	width:100%;
	padding-top: 0;
}
.blog_content ul ul li {
	list-style:none;
}
.blog_content ul ul li:before {
	content:"-  ";color:#646060;
}
#phocaMapPlgPM1, #phocaMapPlgPM2, #phocaMapPlgPM3, #phocaMapPlgPM4 {
	height: 100% !important;
}


.subpage .copyright {
	background: transparent;
}
.copyright {
	font-size: 12px;
	background: #fdeacc;
	margin-top: -50px;
	color: #ccc;
}
.subpage .modright {
	padding-top: 16px;
}


#sidr-main {
    box-shadow: -20px 0 11px -13px rgba(0,0,0,.4) inset;
}

.sidr {
	padding-top: 35px;
}
.sidr ul {
	margin: 0 !important;
}
.sidr ul li {
	border-top: 1px solid #F49700 !important;
	border-bottom: none !important;
	position: relative;
}
.sidr ul li a {
	color: #BA2606 !important;
}

.open-menu {
	background: #fdeacc;
    box-shadow: -20px 0 11px -13px rgba(0,0,0,.4) inset;
}
.fa-plus {
	background: url(../site-elements/plus.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 50px;
	display: inline-block;
	content: " " !important;
	position: absolute;
	right: 0;
}
.open-menu .fa-plus {
	background: url(../site-elements/minus.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 60px;
	height: 50px;
	display: inline-block;
	content: " " !important;
	position: absolute;
	right: 0;
}
.sidr-class-menu li.sidr-class-item-101 {
	display: none;
}
.sidr-class-menu li.sidr-class-item-201 i.fa.fa-plus {
	display: none;
}
/* ################################# BREADCRUMBS ################################# */


ol.breadcrumb {
	font-size:14px;
	padding-bottom:20px;
	color:#646060;
	margin-left:0px !important;
	display: block;
	width: 100%;
}
ol.breadcrumb li {
	display: inline-block;
	padding-top: 0;
}
ol.breadcrumb li:before {
	display: inline-block;
	content: "";
	margin: 0;
}
ol.breadcrumb li:after {
	display: inline-block;
	content: ">";
	margin: 3px;
}
ol.breadcrumb li:first-child {
	display: none;
}
ol.breadcrumb li:last-child:after  {
	display: inline-block;
	content:"";
}
ol.breadcrumb a {
	text-decoration:none;
	color:#646060;
	padding-right:4px;
}
ol.breadcrumb a.pathwayHome {
	text-decoration:none;
	color:#646060;
	background-image:none;
	padding-left:0px;
	padding-right:4px;
}
ol.breadcrumb span {
	color:#646060;
}
ol.breadcrumb img {
	display:none;
}
ol.breadcrumb li.active span {
	color:#BA2606;
	font-weight: bold;
}


@media screen and (max-width:640px) {
.item-page td {
	width: 100% !important;
	display: block !important;
}
.item-page img {
	margin-left: 0 !important;
	float: inherit !important;
	display: block;
}
.formResponsive .formHorizontal .formControlLabel {
display: block;
padding-bottom: 8px;
}
.rsform-block-anrede label {
	padding-top: 15px !important;
}
}



@media screen and (min-width:700px) {
.inner{
	padding:20px 40px 20px 40px;
}
.logo-slogan br {
	display: none;
}
.logo-slogan {
	text-align: right;
	margin-left: 0;
	width: 100%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 25px;
}
.kopfbild .item-title {
	font-size: 26px;
}
.kopfbild img:nth-child(1) {
	width: 32.7%;
	display: inline-block;
}
.kopfbild img:nth-child(2) {
	width: 67.3%;
}
.logo-mobil {
	padding-top: 8px;
}
.logo-mobil:before {
	content: " ";
	background: #F49700;
	height: 2px;
	position: absolute;
	right: 148px;
	left: 20px;
	top: 78px;
}
.banner-label {
	display: block;
}
.banner-label .custom {
	width: 55px;
	height: 66px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 33;
}
.kopfbild .banner-label .custom img {
	max-width: 100% !important;
	width: 100% !important;
	height: auto;
}
.subpage .content_area {
	background: #f3f4f4;
}
.subpage.full .content {
	width: 100%;
}
.subpage .content {
	width: 70%;
	float: left;
}
.subpage .right {
	width: 30%;
	float: left;
	background: #f3f4f4;
}
.subpage .custom {
	background: #f3f4f4;
}
.subpage .right .custom {
	padding:20px 40px 0 40px;
}
.start_right .moduletable {
	padding-left: 40px;
	padding-right: 40px;
}
.header {
	background: white;
}
.subpage {
	background: #f3f4f4;

}
.left_field {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.left_field img {
	width: 100%;
	height: auto;
}
.right_field {
	float: left;
	width: 48%;
	margin-left: 2%;
}
.row-0 .left_field img {
	margin-top: 48px !important;
}
.row-1 .moduletable-map{
	margin-top: 104px !important;
}
.row-2 .moduletable-map, .row-3 .moduletable-map{
	margin-top: 82px !important;
}
.copyright .inner {
	padding-left: 40px;
}
.personpicture {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

/* ################################# BREADCRUMBS ################################# */
/*
ul.breadcrumb {
	font-size:14px;
	padding-bottom:20px;
	color:#646060;
	margin-left:0px !important;
	display: block;
	width: 100%;
}
ul.breadcrumb li {
	display: inline-block;
	padding-top: 0;
}
ul.breadcrumb li:before {
	display: inline-block;
	content: "";
	margin: 0;
}
ul.breadcrumb li:after {
	display: inline-block;
	content: "> ";
	margin: 0;
}
ul.breadcrumb li:first-child {
	display: none;
}
ul.breadcrumb li:last-child:after  {
	display: inline-block;
	content:"";
}
ul.breadcrumb a {
	text-decoration:none;
	color:#646060;
	padding-right:4px;
}
ul.breadcrumb a.pathwayHome {
	text-decoration:none;
	color:#646060;
	background-image:none;
	padding-left:0px;
	padding-right:4px;
}
ul.breadcrumb span {
	color:#646060;
}
ul.breadcrumb img {
	display:none;
}
ul.breadcrumb li.active span {
	color:#BA2606;
	font-weight: bold;
}
*/

}

@media screen and (min-width:900px) {
.start_right .moduletable, .copyright .inner, .inner {
	padding-left: 60px;
	padding-right: 60px;
}
.full .inner {
	padding-right: 60px !important;
}
.subpage .inner {
	padding-left: 60px;
	padding-right: 20px;
}
.subpage .right .custom {
	padding-right: 60px;
}
.subpage .content {
	width: 67%;
}
.subpage .right {
	width: 32%;
}

.row-1 .moduletable-map{
	margin-top: 82px !important;
}
}


@media screen and (min-width:1100px) {
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
a.karte {
	margin-bottom: 16px;
}
.subpage {
	position: relative;
}

.subpage .header:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 176px;
	background:white;
	left: -80.3%;
	z-index: -1;	
}

.subpage #wrapper:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	background: #f3f3f4;
	left: -80.3%;
	z-index: -2;
}

.subpage #wrapper:after {
	position: absolute;
	content: " ";
	width: 150%;
	left:-50%;
	z-index: -2;
	top: 176px;
	bottom: 0;
	-webkit-box-shadow: 7px 0px 17px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 7px 0px 17px 0px rgba(0,0,0,0.22);
	box-shadow: 7px 0px 17px 0px rgba(0,0,0,0.22);
}
.subpage .right .custom {
	padding:60px 40px 0 40px;
}
.moduletable-map {
	margin-bottom: 0;

}

.row-1 .moduletable-map, .row-2 .moduletable-map, .row-3 .moduletable-map{
	margin-top: 82px !important;
}
.moduletable-map p{
	padding: 0;
}
.kopfbild img {
	margin-bottom: -4px;
}
.kopfbild:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	background: #f3f3f4;
	left: -100%;
}
.kopfbild .item-title {
	bottom: 0;
}
.kopfbild .item-title:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 44px;
	left: -100%;	
	background-color:rgba(244, 170, 49, 0.8);
	margin-top: -6px;
}
#wrapper {
	max-width: 1280px;
	margin: 0 auto;	
}
.menu-mobil {
	display: none;
}

.modright .custom p {
	padding-bottom: 8px;
}


.blog .page-header_active {
	border-bottom: 1px solid #fff;
}


/* ################################# TOP MENÜ ################################# */
.topmenu_desktop {
	display: block;
	position: absolute;
	right: 35%;
	top: 15px;
}
.topmenu_desktop li {
	display: inline-block;
	padding-right: 10px;
}
.topmenu_desktop li a {
	color: #646060;
}
.topmenu_desktop li.current.active a, .topmenu_desktop li.active a {
	color:#BA2606;
}
.topmenu_desktop li a:before {
	content: "/ ";
	display: inline-block;
	padding-right: 6px;
}
.topmenu_desktop li:first-child a:before {
	content: "";
}
.topmenu_desktop li:nth-child(2) a:before {
	content: "";
}
.topmenu_desktop li.item-101 .image-title {
	display: none;
}
.topmenu_desktop li.item-101 img {
	margin-bottom: -3px;
	margin-right: -3px;
}
/* ################################# NAVIGATION ################################# */
.navigation .item-561 {
	display: none;
}
div.navigation {
	margin-left:32px;
	position: relative;
	z-index: 2;	
	display: block;
}
.subpage .navigation {
	margin-left: 22.5%;
}
div.navigation ul, div.navigation li {
	list-style:none;
}
div.navigation li a {
	float:left;
	display:block;
	font-size:16px;
	letter-spacing: 2px;
}
div.navigation li a {
	background-image:url(../site-elements/nase-navi.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-right:55px;
	height:27px;
	margin-left:-35px;
	position:relative;
	padding-top:5px;
}

div.navigation li:nth-child(2) a span {
	background-image: url(../site-elements/nase-links.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:32px;
	height:33px;
	position:absolute;
	margin-top:-5px;
	margin-left:-42px;
}

div.navigation li:nth-child(2) a:hover span ,div.navigation li:nth-child(2).current.active a span{
	background-image: url(../site-elements/nase-links-activ.png) !important;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:32px;
	height:37px;
	position:absolute;
	margin-top:-5px;
	margin-left:-42px;
}


div.navigation li.current.active.parent a, div.navigation li.current.active a, div.navigation li a:hover, div.navigation li.active.parent a,
div.footer_menu li.current.active.parent a, div.footer_menu li.current.active a, div.footer_menu li a:hover, div.footer_menu li.active.parent a{
	background-image:url(../site-elements/nase-navi-activ.png);
	margin-top:-1px;
	height:28px;
	color:#fff;
}

div.navigation a, div.footer_menu a {
	text-decoration:none;
	color:#ba2606;
	font-size:14px;
	letter-spacing:1px;
	font-style:normal  !important;
}
.navigation span ul.menu li.item-187.active.parent a span {background-image: url("../site-elements/nase-links-activ.png"); }


/* ################################# MENÜ LEFT ################################# */

/*ul.menu-left {*/
ul.mod-menu.mod-list.nav.-left {
	list-style:none;
	display:block;
	margin-top:18px;
}
/*ul.menu-left li {*/
ul.mod-menu.mod-list.nav.-left li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}

/*ul.menu-left li a {*/
ul.mod-menu.mod-list.nav.-left li a {
	display:block;
	width:100%;
	border-bottom:1px solid #F49700;
	text-decoration:none;
	padding-right:0;
	color:#BA2606;
	padding-top:14px;
	padding-bottom:14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}
/*ul.menu-left li.current.active, ul.menu-left li:hover {*/
ul.mod-menu.mod-list.nav.-left li.current.active, ul.mod-menu.mod-list.nav.-left li:hover {
	background: #fdeacc;
}
/*ul.menu-left li.current.active a {*/
ul.mod-menu.mod-list.nav.-left li.current.active a {
	font-weight:bold;
}

.subpage .left .inner {
	padding-left: 0;
	padding-right: 4px !important;
}


.subpage, .subpage .content_area, .subpage .content, .subpage .right, .subpage .custom {
	background: none;
}

.full .inner {
	padding-right: 20px !important;
}
.kopfbild, .content, .subpage.full .content {
	width: 78%;
	float: left;
	position: relative;
}
.content_area {
	position: relative;
}
.subpage .content  {
	width: 52%;
}
.left {
	display: block;
	float: left;
	width: 20%;
}
.subpage .right {
	width: 28%;	
	position: relative;
}

.right {
	position: absolute;
	width: 22%;
	right: 0;
	top: 0;
	bottom: 0;
}
.start_right .moduletable {
	padding-left: 25px;
	padding-right: 25px;
}

.startpage #wrapper:after {
	position: absolute;
	content: " ";
	width: 22%;
	background: #fdeacc;
	right:0;
	bottom: 0;
	z-index: -1;
	top: 176px;
	background: 
	-webkit-box-shadow: 7px 0px 17px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 7px 0px 17px 0px rgba(0,0,0,0.22);
	box-shadow: 7px 0px 17px 0px rgba(0,0,0,0.22);

}
.startpage #footer .inner {
	padding-left: 130px;
}
.subpage #footer .inner {
	padding-left: 25%;
}
.content_area {
	clear: both;
}
.copyright {
	background: none;
}
.haus-desktop {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}
.logo-mobil:before {
	left: 120px;
}
.blog-featured {
	padding-left: 70px;
	padding-right: 100px;
}

}


/*TERMIN ANFRAGEN*/
.custom-telefon .formBody {
    display: inline-block;
    width: 150px;
    margin-right: 15px;
    float: left;
}
.custom-telefon #alt {
    width: 380px;
}
.custom-telefon #alt p.formDescription {
    width: 190px;
    float: left;
}
input#alternativeTelefonnummer {
    float: left;
    width: 150px;
}
.rsform-block.rsform-block-kontakt-erneut {
    font-weight: 800;
    padding-bottom: 40px !important;
}
.custom-rueckruf .formBody{
	margin-right: 0 !important;
}
.custom-rueckruf {
    width: 100%;
    float: left;
}
.custom-rueckruf p.formDescription {
    text-align: center;
}
.rsform-block.rsform-block-kontakt-erneut {
    padding-bottom: 20px;
}
.custom-rueckruf .formBody {
    width: 99px;
    margin-right: 15px;
    float: left;
}
.custom-rueckruf .formBody input {
    width: 50px !important;
    float: left;
}
.custom-rueckruf .formBody .formDescription {
    width: 35px;
    float: left;
}
.formBody.Desc {
    width: 20px;
    margin-top: 4px;
}

.custom-geburtstag .formBody {
	display: inline-block;width: 60px;margin-right: 15px;
	float: left;
}
.custom-geburtstag .formBody.Desc {
	display: inline-block;width:auto;margin-right: 15px;
	font-style: oblique;
	float: left;
}
.rsform-block-e-mail {
	clear: both;
}
.custom-geburtstag .formDescription {
	display: none;
}
#rsform_4_page_0 .custom-geburtstag .formError {
	padding-bottom: 25px ;
}
#rsform_4_page_0 .formError {
	line-height: 1em;
	display: inline-block;
	padding-bottom: 15px;
}
.rsform-block.rsform-block-untersuchungsart div.formControls div.formBody span.formValidation {
	display: block;
	padding-top: 12px;
}
.rsform-block-datenschutzhinweis, .rsform-block-anrede {
	border-top: 1px solid #F49700;
}
.rsform-block-anrede {
	padding-top: 25px;
}

input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
width: 100%
}.rsform-block.rsform-block-untersuchungsart p.formDescription {
    display: none !important;
}
.formResponsive .formHorizontal p.formDescription{
margin-top: 4px !important;
}.rsform-block.rsform-block-datenschutzhinweis {
    padding-top: 20px !important;
}
.rsform-block.rsform-block-untersuchungsart label.formControlLabel, .rsform-block.rsform-block-indikation label.formControlLabel, .rsform-block.rsform-block-untersuchungsregion label.formControlLabel {
    font-weight: 700 !important;
}
.rsform-block.rsform-block-untersuchungsregion .formControlLabel, .rsform-block.rsform-block-indikation .formControlLabel, .rsform-block.rsform-block-ueberweisende-praxis  .formControlLabel, .rsform-block.rsform-block-krankenkasse .formControlLabel, .rsform-block.rsform-block-anmerkungen .formControlLabel{
    width: auto !important;
    padding-right: 5px !important;
}
.rsform-block.rsform-block-untersuchungsregion .formControls,  .rsform-block.rsform-block-indikation  .formControls, .rsform-block.rsform-block-ueberweisende-praxis .formControls, .rsform-block.rsform-block-krankenkasse .formControls, .rsform-block.rsform-block-anmerkungen .formControls{
    width: 100% !important;
    margin: 0 !important;
}
.rsform-block.rsform-block-krankenkasse p.formDescription {
}
.rsform-block.rsform-block-pflichtfeld {
    text-align: right;
}
.rsform-block.rsform-block-checkbox-datenschutz label.formControlLabel {
    color: transparent !important;
}
.formResponsive select {
    border: 1px solid #ba2906;
}
.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-color: #ba2906 !important;
    border: 2px solid orange !important;
    background-image: none !important;
    text-transform: uppercase !important;
    width: 200px !important;
    border-radius: 7px !important;
    float: right !important;
    letter-spacing: 1px !important;
}
.rsform-block.rsform-block-datenschutzhinweis a {
    text-decoration: underline !important;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    border: 1px solid #ba2906;
    border-radius: 0px;
    width: 99%;
}
fieldset#rsform_4_page_0 {
    padding-top: 5px;
  
}
.rsform-block.rsform-block-pflichtfeld {
    
}
.rsform-block.rsform-block-vor-und-nachname p.formDescription, .rsform-block.rsform-block-strasse p.formDescription, 
.rsform-block.rsform-block-plz-ort p.formDescription, .rsform-block.rsform-block-plz-ort p.formDescription, 
.rsform-block.rsform-block-e-mail p.formDescription{
	display: none;
}
.formResponsive .formHorizontal .rsform-block{
	margin-bottom: 0;
}
.rsform-block.rsform-block-untersuchungsregion, 
.rsform-block.rsform-block-indikation, .rsform-block.rsform-block-ueberweisende-praxis, 
.rsform-block.rsform-block-krankenkasse, .rsform-block.rsform-block-anmerkungen{
	
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
	margin-bottom: 0px !important;
}
.rsform-block.rsform-block-untersuchungsart, .rsform-block.rsform-block-pflichtfeld{
    margin-bottom: 20px !important;
}
.rsform-block.rsform-block-checkbox-datenschutz, .rsform-block.rsform-block-checkbox-ruf{
	margin-top: 20px;
}
/*
.rsform-block.rsform-block-untersuchungsart .formBody input.rsform-checkbox.checked:after,
.rsform-block.rsform-block-checkbox-datenschutz .formBody input.rsform-checkbox.checked:after,
.rsform-block.rsform-block-checkbox-ruf .formBody input.rsform-checkbox.checked:after {
    content: " ";
    background-image: url(../img/hacken-checkbox.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #D5051E;
    position: absolute;
    left: 2px;
    top: 0px;
    width: 15px;
    height: 15px;
}
.rsform-block.rsform-block-untersuchungsart .formBody input.rsform-checkbox:before, 
.rsform-block.rsform-block-checkbox-datenschutz .formBody input.rsform-checkbox:before, 
.rsform-block.rsform-block-checkbox-ruf .formBody input.rsform-checkbox:before{
    width: 15px;
    height: 15px;
    border: 1px solid #D5051E;
    display: block;
    content: "";
    float: left;
    margin-top: -1px;
    margin-right: 15px;
    background-color: #fff;
}
.formResponsive input[type="radio"], .formResponsive input[type="checkbox"]{
	position: relative !important;
	margin-right: 22px;
}
*/
@media screen and (max-width: 700px){
	#overlay {
    	width: 100%;
    	margin-left: 0;
    	left: 0;
    	border-radius: 0;
    	top: 0;
    	margin-top: 0;
    	font-size: 16px;
	}
	#trigger{
		overflow: initial;
	}
	.corona-info{
		position: initial;
		right: initial;
		float: right;
	}
}
@media screen and (max-width: 650px){
	.custom-telefon .formBody, .custom-telefon #alt{
		width: 100%;
	}
	.custom-telefon{
		padding-bottom: 20px;
	}
}