@import "fonts.css";
/*d_grau*/
/*hellblau*/
.full {
  width: 100%;
}
.outer {
  width: 1680px;
  max-width: 100%;
  margin: 0 auto;
}
.middle {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.inner {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
.button {
  padding: 10px 20px;
  background-color: #004478;
  background-image: -webkit-linear-gradient(top, #004478, #78c4ff);
  background-image: -moz-linear-gradient(top, #004478, #78c4ff);
  background-image: -o-linear-gradient(top, #004478, #78c4ff);
  background-image: -ms-linear-gradient(top, #004478, #78c4ff);
  background-image: linear-gradient(top, #004478, #78c4ff);
  /*fucking IE9 hat Pech gehabt*/
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px #777;
}
.button:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
/*@import url('https://fonts.googleapis.com/css?family=Hind:300,700');*/
* {
  padding: 0px;
  margin: 0px;
}
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  display: block;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
strong {
  font-weight: bold;
  /*FF ignoriert <strong>*/
}
body {
  font-family: Hind;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  background-color: #fff;
  overflow: auto;
}
a {
  text-decoration: underline;
  color: #004478;
}
a.pfeil {
  font-weight: bold;
  text-decoration: none;
  color: #fab900 !important;
  background-image: url('/intern/pics/arr_news.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 19px;
}
a.pfeil.blau {
  color: #004478 !important;
  position: relative;
  background-image: none;
}
a.pfeil.blau:before {
  content: '⇾';
  position: absolute;
  left: 0px;
  top: 1px;
}
img {
  border: 0px;
}
h1 {
  font-weight: 300;
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
h1 a {
  text-decoration: none;
}
#content > h1 {
  margin-top: 10px;
}
h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 2px;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
.blau {
  color: #004478 !important;
}
.blau a {
  color: #004478 !important;
}
.gelb {
  color: #fab900 !important;
}
.gelb a {
  color: #fab900 !important;
}
.linkzeile {
  width: 347px;
  max-width: 90%;
  display: block;
  /*margin-top:15px;*/
  background-color: #004478;
  padding: 7px 7px 7px 10px;
  color: white;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  /*margin:0;*/
  margin: 25px 0 0 0;
}
* .linkzeile:after {
  content: '';
  position: absolute;
  right: -33px;
  top: 0;
  background-color: #fab900;
  background-image: url('/intern/pics/arr_startbox.png');
  background-repeat: no-repeat;
  width: 30px;
  /*
		background-position:4px 8px;
		height:27px;
		*/
  background-position: center center;
  height: 100%;
}
.bgblau {
  background-color: #004478;
  color: #fab900;
  padding: 10px;
  width: 100%;
}
#wrapper {
  position: relative;
  width: 100%;
}
#map-canvas {
  width: 100%;
  height: 500px;
  margin: 20px 0 0 0;
  padding: 0px;
  border: 1px solid #4b647d;
  position: relative;
}
#header {
  width: 1680px;
  max-width: 100%;
  margin: 0 auto;
}
#header_bvb {
  font-weight: bold;
  left: 270px;
  position: relative;
  top: -78px;
  color: #1f5db9;
  font-size: 16px;
  width: 300px;
}
#mm_container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 0 0 0;
  height: 115px;
  position: relative;
}
#schriftgroesse {
  position: absolute;
  font-size: 20px;
  right: 450px;
  top: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: nowrap;
}
#schriftgroesse .item {
  text-decoration: none;
  align-self: baseline;
  margin-right: 10px;
  cursor: pointer;
}
#schriftgroesse .item sup {
  font-size: 14px;
}
#logo {
  float: left;
  width: 222px;
  height: auto;
}
#logo20 {
  float: left;
  width: 222px;
  height: auto;
  margin-top: 40px;
}
#logo2024 {
  float: left;
  width: 260px;
  height: auto;
  margin-top: 24px;
}
#logo2024 img {
  max-width: 100%;
  height: auto;
}
#mainmenu {
  float: right;
  position: relative;
  margin-top: 47px;
  background-color: white;
}
.kasten {
  display: block;
  background-color: rgba(0, 68, 120, 0.9);
  color: white;
  padding: 10px;
}
.input_container_mobil {
  position: relative;
}
.input_container_mobil input[type="text"] {
  width: 180px;
  margin-left: 12px;
  padding: 5px;
}
.input_container_mobil input[type="submit"] {
  border: 1px solid #fab900;
  background-color: transparent;
  padding: 3px;
  color: #fab900;
}
.input_container_mobil .search_tooltip {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 7px;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 25px;
  z-index: 1;
  width: 147px;
  min-height: 20px;
}
.input_container_mobil label {
  display: none;
}
#icon_menu_mobile {
  width: 80px;
  display: none;
  position: absolute;
  left: -35px;
  top: 40px;
  font-weight: bold;
  color: #4E6985;
  font-size: 16px;
  cursor: pointer;
}
#icon_menu_mobile img {
  float: right;
  margin-top: 3px;
}
#left {
  width: 220px;
  padding-left: 5px;
  float: left;
  padding-bottom: 7px;
}
#left label {
  display: inline-block;
}
#left .content {
  max-width: 100%;
  color: white;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 68, 120, 0.9);
  margin-bottom: 10px;
}
#left .content .head {
  font-weight: bold;
  color: #fab900;
}
#left .content .standard {
  padding: 30px 10px 20px 46px;
}
#left .content .asp {
  padding: 30px 10px 20px 46px;
}
#left .content .asp label {
  width: 30px;
}
#left .content .adresse {
  padding: 30px 10px 20px 46px;
}
#left .content .zeiten {
  padding: 0 10px 20px 49px;
  background-image: url('/intern/pics/ico_zeiten.png');
  background-repeat: no-repeat;
}
#left .content .zeiten label {
  width: 80px !important;
}
#left .content.download {
  padding: 20px 10px 20px 49px;
}
#left .content.download a {
  color: #fab900;
  font-weight: bold;
}
#left .content .notdienst {
  padding: 0 10px 20px 49px;
  background-image: url('/intern/pics/ico_tel.png');
  background-repeat: no-repeat;
}
#left .content a {
  text-decoration: none;
  color: white;
}
#left #subnavi .content {
  padding: 30px 10px 20px 49px;
}
#left #subnavi .content ul li {
  list-style-type: none;
  margin-bottom: 10px;
  line-height: 1.3em;
}
#left #subnavi .content ul li a {
  position: relative;
}
#left #subnavi .content ul li a.aktiv {
  color: #fab900;
}
#left #subnavi .content ul li a.aktiv:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 16px;
  left: -22px;
  top: 6px;
  background-image: url('/intern/pics/arr_news.png');
}
#left #subnavi .content ul li ul {
  padding-left: 20px;
}
#left #subnavi .content ul li ul.sub_mitarbeiter {
  display: none;
}
#kopfgrafik,
#slickcontainer {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
}
#kopfgrafik img,
#slickcontainer img {
  width: 100%;
  height: auto;
  position: relative;
}
#kopfgrafik .slick-list .slick-track .slick-slide:first-child,
#slickcontainer .slick-list .slick-track .slick-slide:first-child {
  opacity: 1 !important;
}
/*Für f.. IE 11*/
.slick-list,
.slick-track,
.slick-slide {
  max-height: 420px;
  overflow-y: hidden;
}
.slick-list div,
.slick-track div,
.slick-slide div {
  max-height: 420px;
  overflow-y: hidden;
}
#slideshow {
  position: relative;
  width: 100%;
}
#slideshow div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.0;
  width: 100%;
  background-color: #fff;
}
#slideshow div.active {
  z-index: 1;
  opacity: 1.0;
}
#slideshow div.last-active {
  z-index: 1;
}
#slideshow div img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  margin-bottom: 10px;
}
/*slideshow*/
#slideshow #slickcontainer {
  z-index: 10;
  opacity: initial;
  height: 400px;
}
#slideshow #slickcontainer div {
  z-index: 10;
  opacity: initial;
}
#slideshow #slickcontainer div img {
  border: 1px solid red;
}
#content_container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
#content_container #content {
  /*.inner;*/
  float: right;
  position: relative;
  z-index: 2;
  width: 800px;
  max-width: 100%;
  background-color: white;
  margin-bottom: 20px;
  margin-top: -30px;
}
#content_container #content.full {
  width: 100%;
  float: none;
}
#content_container.full {
  width: 100% !important;
}
#zeiten,
#helpcenter_content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  color: white;
  margin-bottom: 10px;
  background-color: rgba(0, 68, 120, 0.9);
}
#zeiten .adresse,
#helpcenter_content .adresse {
  padding: 30px 10px 20px 46px;
}
#zeiten .zeiten,
#helpcenter_content .zeiten {
  padding: 0 10px 20px 49px;
  background-image: url('/intern/pics/ico_zeiten.png');
  background-repeat: no-repeat;
}
#zeiten .zeiten .tag,
#helpcenter_content .zeiten .tag {
  display: inline-block;
  width: 30px;
}
#zeiten .termin,
#helpcenter_content .termin,
#zeiten .icon,
#helpcenter_content .icon {
  padding: 0 10px 20px 49px;
  background-image: url('/intern/pics/ico_termin.png');
  background-repeat: no-repeat;
}
#zeiten .termin label,
#helpcenter_content .termin label,
#zeiten .icon label,
#helpcenter_content .icon label {
  width: 80px !important;
}
#zeiten .notdienst,
#helpcenter_content .notdienst {
  padding: 0 10px 20px 49px;
  background-image: url('/intern/pics/ico_tel.png');
  background-repeat: no-repeat;
}
#zeiten label,
#helpcenter_content label {
  display: inline-block;
  width: 80px;
}
#zeiten a,
#helpcenter_content a {
  text-decoration: none;
  color: white;
}
/*Helpcenter*/
#helpcenter {
  /*.transition(0.3s, ease-in-out);	*/
  margin-right: -5px;
  position: fixed;
  /*right: -210px; */
  right: -284px;
  top: 150px;
  width: 340px;
  z-index: 9;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
#helpcenter #helpcenter_head {
  background-color: #fab900;
  color: #004478;
  font-size: 22px;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding: 10px 13px 5px 64px;
  line-height: 35px;
}
#helpcenter #helpcenter_head img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#helpcenter #helpcenter_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  padding-top: 0px;
  width: 40px;
  height: 40px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#helpcenter #helpcenter_close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#helpcenter #helpcenter_content {
  display: none;
  text-align: center;
  padding: 15px;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
  background-color: #004478;
  color: white;
  text-align: left;
}
#helpcenter #helpcenter_content .zeiten {
  margin-bottom: 15px;
}
#helpcenter #helpcenter_content .adresse {
  padding-top: 0;
}
/*/Helpcenter*/
.linkbox {
  display: inline-block;
  background-color: #004478;
  color: #fab900;
  text-decoration: none;
  padding: 10px;
  margin: 0 20px 20px 0;
  float: left;
  width: 200px;
  height: 100px;
}
#starttext {
  padding: 40px 0 0 30px;
  float: right;
  background-color: #fff;
  width: 770px;
  max-width: 100%;
  color: #004478;
}
#starttext .infobox {
  background-color: #004478;
  color: white;
  padding: 15px;
  margin-bottom: 20px;
}
#starttext .infobox .zusatz {
  color: #fab900;
  font-size: 11px;
  margin-left: 18px;
}
#starttext .text {
  float: left;
  width: 375px;
  max-width: 100%;
}
#starttext .text h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2em;
}
#starttext .bild {
  float: right;
  width: 370px;
  position: relative;
}
#starttext .bild .hover {
  display: none;
}
#starttext .bild .startbild_anzeige {
  max-width: 100%;
  height: auto;
  /*
			&:hover
			{
			max-width:600px;
			position:absolute;
			right:0;
			top:0;
			.transition(all, 0.3s, linear, 0s);
		}
			*/
}
#starttext .bild .anzeige_gross {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 3;
}
#starttext .bild .anzeige_gross img {
  max-width: 800px;
  height: auto;
}
#startbox_ct_outer {
  width: 1680px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  background-color: #e1e8f6;
  padding: 70px 0 30px 0;
}
#startbox_ct_outer.slider {
  padding-top: 0;
  position: relative;
}
#startbox_ct_outer #startbox_ct {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
#startbox_ct_outer #startbox_ct h2 {
  color: #004478;
  background-color: white;
  display: inline-block;
  line-height: 1em;
  padding: 7px 8px 3px 8px;
  font-weight: normal;
  font-size: 40px;
}
#startbox_ct_outer #startbox_ct .item {
  color: #004478;
  margin-bottom: 40px;
  padding-top: 15px;
  line-height: 1.5em;
}
#startbox_ct_outer #startbox_ct .item img {
  position: relative;
}
#startbox_ct_outer #startbox_ct .item.zoom img {
  position: relative;
  display: block;
}
#startbox_ct_outer #startbox_ct .item.zoom a.fancybox {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
#startbox_ct_outer #startbox_ct .item.zoom .lupe {
  position: absolute;
  bottom: 6px;
  right: 3px;
  width: 17px;
  height: 17px;
  background-image: url('/intern/pics/lupe.png');
}
#startbox_ct_outer #startbox_ct .item h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 5px;
}
#startbox_ct_outer #startbox_ct .item .text_ct {
  position: relative;
}
#startbox_ct_outer #startbox_ct .item img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
#startbox_ct_outer #startbox_ct .item .text {
  padding: 10px 5px;
  text-align: left;
}
#startbox_ct_outer #startbox_ct .item a {
  text-decoration: none;
}
#startbox_ct_outer #startbox_ct .item a.pfeil {
  font-weight: normal;
  color: #004478 !important;
}
#startbox_ct_outer #startbox_ct .item .link_ct {
  width: 347px;
  max-width: 90%;
  display: block;
  /*margin-top:15px;*/
  background-color: #004478;
  padding: 7px 7px 7px 10px;
  color: white;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  /*margin:0;*/
  margin: 25px 0 0 0;
  padding: 6px 0px 6px 12px;
  width: 205px;
}
* #startbox_ct_outer #startbox_ct .item .link_ct:after {
  content: '';
  position: absolute;
  right: -33px;
  top: 0;
  background-color: #fab900;
  background-image: url('/intern/pics/arr_startbox.png');
  background-repeat: no-repeat;
  width: 30px;
  /*
		background-position:4px 8px;
		height:27px;
		*/
  background-position: center center;
  height: 100%;
}
#startbox_ct_outer .pfeil_container {
  width: 100%;
  height: 18px;
  position: relative;
}
#startbox_ct_outer .item,
#startbox_ct_outer .grid-sizer {
  width: 250px;
}
#startbox_ct_outer .gutter-sizer {
  width: 57px;
}
#news_slider_ct {
  width: 1680px;
  max-width: 100%;
  margin: 0 auto;
}
#news_slider_ct #news_slider {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
#news_slider_ct #news_slider .item {
  width: 100%;
  position: relative;
}
#news_slider_ct #news_slider .item img {
  max-width: 100%;
  height: auto;
}
#news_slider_ct #news_slider .item .text {
  position: absolute;
  top: 0;
  right: 87px;
  height: 311px;
  width: 333px;
  padding: 20px;
  background-color: rgba(0, 68, 120, 0.9);
  color: white;
}
#news_slider_ct #news_slider .item .text a {
  color: white;
}
#news_slider_ct #news_slider .item .text a h3 {
  position: relative;
  display: inline-block;
  /*
						&:after
						{
						position:absolute;
						right:-20px;
						top:6px;
						text-decoration:none;
						content:'';
						background-image:url('/intern/pics/arr_news.png');
						width:16px;
						height:11px;
					}
						*/
}
#news_slider_ct #news_slider .item .text h3 {
  color: #fab900;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
#news_slider_ct .slick-dots {
  bottom: 150px;
  width: 20px;
  right: 475px;
}
#news_slider_ct .slick-dots li button:before {
  color: #004478;
  font-size: 16px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#news_slider_ct .slick-dots li.slick-active button:before {
  color: #fab900;
  font-size: 16px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#content_wrapper {
  color: #004478;
}
#content li {
  margin-left: 20px;
}
#left {
  float: left;
  width: 275px;
  padding-right: 14px;
  position: relative;
  margin-top: -30px;
}
.box {
  padding: 7px;
  margin: 20px 10px 10px 25px;
}
.box.lr {
  margin-top: 0;
}
.box_stelle {
  border: 3px solid #868584;
  padding: 7px;
  margin-bottom: 10px;
  background-color: #F4F3F2;
}
.immo_uebersicht .item {
  margin-bottom: 20px;
}
#mitarbeiter .ma_ct,
#termin_vo .ma_ct {
  background-color: rgba(0, 68, 120, 0.9);
  width: 560px;
  max-width: 100%;
  color: White;
  margin-bottom: 20px;
}
#mitarbeiter .ma_ct .ma_bild,
#termin_vo .ma_ct .ma_bild {
  width: 200px;
  float: left;
  padding: 10px;
  line-height: 0;
}
#mitarbeiter .ma_ct .check,
#termin_vo .ma_ct .check {
  display: block;
  padding: 10px 18px;
}
#mitarbeiter .ma_ct .ma_bild_mobil,
#termin_vo .ma_ct .ma_bild_mobil {
  display: none;
}
#mitarbeiter .ma_ct .ma_text,
#termin_vo .ma_ct .ma_text {
  float: left;
  width: 300px;
  padding: 15px;
  max-width: calc(100% - 30px);
  color: white;
}
#mitarbeiter .ma_ct .ma_text .ma_name,
#termin_vo .ma_ct .ma_text .ma_name {
  color: #fab900;
  font-size: 20px;
}
#mitarbeiter .ma_ct .ma_text a,
#termin_vo .ma_ct .ma_text a {
  color: White;
}
#mitarbeiter .anzeige,
#termin_vo .anzeige {
  display: none;
}
#mitarbeiter input[type="radio"],
#termin_vo input[type="radio"] {
  transform: scale(2);
  margin-right: 10px;
  -webkit-appearance: checkbox;
  /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;
  /* Firefox */
  -ms-appearance: checkbox;
  /* not currently supported */
}
#mitarbeiter h2,
#termin_vo h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.ct_kalender {
  display: none;
  margin: 30px 0;
}
.ct_kalender .item {
  float: left;
  margin-right: 20px;
}
.ct_kalender .item:last-of-type {
  margin-right: 0;
}
.ct_kalender input[name="tel_termin"] {
  padding: 5px;
}
.ct_kalender.show {
  display: block;
}
#bf_navi_open {
  position: absolute;
  width: 30px;
  right: 600px;
  top: 25px;
}
#bf_navi_open img {
  width: 30px;
  height: auto;
}
#barrierefrei_navi {
  display: none;
  position: absolute;
  right: 300px;
  top: 0px;
  background-color: white;
  z-index: 3;
  padding: 15px;
}
#barrierefrei_navi .close img {
  width: 30px;
  height: auto;
}
#barrierefrei_navi ul {
  margin-left: 20px;
  list-style-type: none;
}
#barrierefrei_navi a {
  color: black;
  text-decoration: none;
  line-height: 1.3em;
}
table.sparen {
  margin-top: 20px;
  width: 396px;
  max-width: 100%;
  border-collapse: collapse;
}
table.sparen.alt {
  width: 450px;
}
table.sparen thead {
  font-weight: bold;
}
table.sparen tr {
  /*
		&:first-of-type
		{
		td
		{
		font-weight:bold;
	}
	}
		*/
}
table.sparen tr:nth-of-type(even) {
  background-color: #ebebeb;
}
table.sparen tr td,
table.sparen tr th {
  padding: 8px 8px 8px 10px;
  border: 1px solid #c9c9c9;
}
table.sparen tr td,
table.sparen tr th {
  text-align: right;
}
table.sparen tr td:first-of-type,
table.sparen tr th:first-of-type {
  text-align: left;
}
/* -------------------
NAVIGATION
----------------------*/
#nav {
  /*@linkfarbe_hover:@schmuckfarbe2;*/
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 25px;
  /*/ul*/
}
#nav li.l1 {
  float: left;
  position: relative;
  color: #7c7c7b;
}
#nav li.l1 img {
  position: relative;
  top: 3px;
}
#nav li.l1 > a {
  padding-bottom: 40px;
  font-size: 20px;
}
#nav a {
  display: block;
  padding: 3px 20px;
  text-decoration: none;
  color: #004478;
  font-size: 17px;
}
#nav a.last {
  padding-right: 0;
}
#nav a.sub_open {
  position: absolute;
  right: 6px;
  top: 0;
  padding: 2px 3px!important;
  display: inline-block !important;
  font-size: 10px !important;
}
#nav a.sub_open img {
  width: 10px;
  height: auto;
}
#nav a.sub_open.opened img {
  transform: rotate(180deg);
}
#nav a.aktiv,
#nav a:hover {
  color: black;
  text-shadow: 0 0 0 black;
}
#nav a.aktiv.last,
#nav a:hover.last {
  padding-right: 0;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 20px;
  position: absolute;
  display: none;
  top: 68px;
  left: 7px;
  z-index: 1001;
  background-image: url('/intern/pics/arr_navi.png');
  background-repeat: no-repeat;
  background-position: 20px -1px;
  background-color: rgba(0, 68, 120, 0.9);
}
#nav ul li {
  position: relative;
  float: left;
}
#nav ul li.top {
  padding-top: 30px;
}
#nav ul li a {
  float: left;
  font-size: 15px;
  min-width: 180px;
  padding: 5px 5px 5px 15px;
  background-color: transparent;
  color: #fff;
}
#nav ul li a.hasentries {
  background-image: url('/intern/pics/arr_news.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
}
#nav ul li a:hover,
#nav ul li a.aktiv {
  color: #fab900;
}
#nav ul li ul {
  top: 0;
  background-image: none;
}
#nav ul li:first-of-type ul {
  top: 30px;
}
#nav ul ul {
  left: 170px;
  margin: 0px 0 0 10px;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
  display: none;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
  display: block;
}
#nav .level4 {
  padding-left: 30px;
}
/* -------------------
NAVIGATION ENDE
----------------------*/
#suche {
  float: left;
  width: 5px;
  position: relative;
}
#suche form {
  display: flex;
  margin-top: 5px;
}
#suche form .input_container {
  display: none;
  position: absolute;
  right: 60px;
  top: 0px;
}
#suche form input[type='text'] {
  background-color: #e1e8f6;
  border: 1px solid #e3e6e8;
  top: 0;
  height: 24px;
  color: #004478;
  padding: 3px 5px;
  position: relative;
  display: inherit;
  width: 170px;
  font-size: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
}
#suche form input[type='submit'],
#suche form input[type='button'] {
  position: absolute;
  right: -1px;
  cursor: pointer;
  top: -1px;
  background-color: transparent;
  border: 0;
  height: 45px;
  width: 48px;
  color: #fab900;
  font-size: 22px;
  font-weight: bold;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
}
#suche form input[type='button'] {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#suche .input_container {
  position: absolute;
  top: -6px;
  right: -7px;
  background-color: rgba(0, 68, 120, 0.9);
  width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}
#suche .input_container.open {
  padding: 1px 28px 7px 12px;
  border: 1px solid #004478;
}
#suche .input_container.open input[type='submit'] {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
}
#suche .input_container.open input[type='text'] {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
}
#suche .search_tooltip {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 7px;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 30px;
  z-index: 1;
  width: 216px;
  height: 20px;
}
button.immomio {
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #004478;
  font-size: 15px;
}
button:disabled {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  cursor: initial;
}
.immomio_gesuch {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #fab900;
}
.immomio_gesuch img {
  width: 16px;
  height: auto;
  text-decoration: none;
  transform: rotate(-90deg);
}
#lupe_ico {
  cursor: pointer;
  padding: 3px 23px;
}
.trenner {
  margin: 0px 10px;
}
.clear {
  clear: both;
}
.content_right {
  padding: 10px;
}
.element_right {
  font-size: 11px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#slider {
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
  float: right;
  width: 60px;
}
#breadcrumb {
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 246px;
  font-size: 11px;
  color: #AFAFAE;
}
#breadcrumb a {
  text-decoration: none;
  color: #555353;
  font-size: 11px;
  color: #AFAFAE;
}
#kontakt {
  margin-top: 40px;
}
#kontakt.lr {
  margin-top: 0;
}
label.hidden {
  display: none;
}
#mapdiv {
  width: 100%;
  height: 500px;
  margin: 20px 0 0 0;
  padding: 0px;
  border: 1px solid #4b647d;
  position: relative;
}
.map_kontakt {
  margin: 20px 10px 10px 25px;
}
#kontakt td {
  padding: 2px;
}
/*
input[type="submit"], input[type="button"], input[type="reset"], .button {
border: 1px solid #8F8F8F;
background-color: #EBE9E9;
padding: 3px 14px;
}

input, textarea {
border: 1px solid #CCCCCC;
}
*/
#errorDIV {
  color: red;
  height: 20px;
}
.arrow {
  margin-right: 5px;
}
.link-pfeil {
  /*
	background-image: url('/intern/pics/pfeil_orange_link.png');
	background-repeat: no-repeat;
	padding-left: 10px;
	display:table-cell;
	Nix; ist hässlich*/
  font-weight: bold;
  text-decoration: none;
  background-image: url('/intern/pics/arr_news.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 19px;
}
.link-pdf {
  background-image: url('/bilder/icon-pdf.gif');
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 18px;
}
.tooltip2 {
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid black;
  width: 300px;
  padding: 0 5px;
}
.tbl_resp.lr {
  width: 100%;
}
.tbl_resp td input,
.tbl_resp td select {
  padding: 8px;
  margin-bottom: 10px;
}
.tbl_resp td select {
  width: 236px;
}
.tbl_resp .termin_txt {
  white-space: nowrap;
}
.tbl_resp .small {
  font-size: 12px;
}
.tbl_resp #plz {
  width: 50px;
}
.tbl_resp #ort {
  width: 150px;
}
.txt_links {
  font-size: 11px;
  color: #4d6884;
  /*padding:2px 10px 0 3px; */
}
.txt_links_box {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #B4B2B3;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  background-color: #ECEDEE;
}
.txt_links .txt_links_box img {
  width: 100%;
  height: auto;
}
.txt_links a {
  color: #4d6884;
  text-decoration: none;
}
h1.startseite {
  position: absolute;
  bottom: 10px;
  left: 7px;
  color: #ffffff;
  font-family: Oxygen;
  font-size: 34px;
  text-shadow: 5px 5px 3px black;
  z-index: 10;
}
.ban {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.ban img {
  max-width: 100%;
  height: auto;
}
#presseuebersicht .jahr a {
  margin-right: 15px;
}
#presseuebersicht .jahr a.aktiv {
  font-weight: bold;
}
#presseuebersicht .item {
  background-color: #004478;
  color: white;
  padding: 15px;
  margin-bottom: 20px;
}
#presseuebersicht .item h1 {
  font-size: 26px;
}
#presseuebersicht .item a {
  color: white;
}
#presseuebersicht .item .datum {
  text-align: right;
}
/*slideshow*/
#slideshow {
  width: 100%;
}
#inc_newsletter {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
#inc_newsletter .box {
  padding: 0;
  margin: 0 20px 0 0;
  width: 285px;
  max-width: 100%;
  float: left;
}
#inc_newsletter .box h2 {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#inc_newsletter .box .text {
  font-size: 26px;
  line-height: 1.3em;
}
#inc_newsletter .box .ct_submit:after {
  top: -1px;
}
input[type="checkbox"] {
  background-color: #e1e8f6;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  background-color: #e1e8f6;
  padding: 4px 5px;
  color: #004478;
  border: 0;
  width: 220px;
}
select {
  width: 230px;
}
#vertreterform .row {
  width: 100%;
}
.vertreter {
  /*width:300px!important;*/
  width: 100% !important;
  margin-bottom: 15px;
}
.ct_submit {
  position: relative;
  display: initial;
}
.ct_submit input[type="submit"],
.ct_submit input[type="button"],
.ct_submit button[type="submit"] {
  background-color: #004478;
  color: white;
  cursor: pointer;
  padding: 6px 0 6px 5px;
  width: 200px;
  margin-top: 10px;
  border: 0;
}
.ct_submit input[type="button"] {
  margin-top: 0;
  display: inline;
}
.ct_submit:after {
  content: '';
  position: absolute;
  right: -30px;
  top: -1px;
  background-color: #fab900;
  background-image: url('/intern/pics/arr_startbox.png');
  background-repeat: no-repeat;
  background-position: 4px 8px;
  width: 27px;
  height: 27px;
}
#spez_bewerbung_form input[type='submit'] {
  background-color: #004478;
  color: white;
  padding: 5px 0 6px 5px;
  width: 200px;
  border: 0;
  margin-bottom: 20px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #e1e8f6 inset;
}
form .row,
.kundenportal .row {
  margin-bottom: 10px;
  width: 370px;
  max-width: 100%;
}
form .bez,
.kundenportal .bez,
form .val,
.kundenportal .val {
  float: left;
}
form .bez,
.kundenportal .bez {
  width: 150px;
}
form .val,
.kundenportal .val {
  width: 200px;
}
#vergabe_form form .row {
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
#vergabe_form form .row .bez {
  width: 200px;
}
.jetztbewerben {
  position: relative;
  margin-left: 17px;
}
.jetztbewerben:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  background-image: url('/intern/pics/arr_news.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  width: 24px;
  height: 100%;
}
.stellen_head {
  background-color: #004478;
  padding: 11px 5px 8px 15px;
  margin-bottom: 10px;
  width: 430px;
  max-width: 90%;
  color: white;
  font-weight: bold;
}
.stellen_form .row {
  width: 100%;
  font-size: 18px;
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.stellen_form .row.head {
  font-weight: bold;
  font-size: 22px;
  margin-left: 170px;
}
.stellen_form .row .bez {
  padding-top: 10px;
  float: none;
}
.stellen_form .row .val {
  width: calc(100% - 170px);
  float: none;
}
.stellen_form .row .val.submit {
  width: 100%;
}
.stellen_form .row .val input,
.stellen_form .row .val textarea {
  width: 100%;
  background: none;
  border: 1px solid #004478;
  padding: 10px;
  border-radius: 4px;
}
.stellen_form .row .val input[type="submit"],
.stellen_form .row .val textarea[type="submit"] {
  background: #004478;
  color: white;
  width: 100%;
  width: calc(100% - 150px);
  font-weight: bold;
  font-size: 22px;
}
.stellen_form .row .val textarea {
  font-family: Hind;
  font-weight: 300;
  font-size: 18px;
  min-height: 300px;
  font-family: inherit;
}
#footer {
  width: 1680px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #004478;
  background-image: url('/intern/pics/bg_footer.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 65px 0;
  padding-bottom: 10px;
  position: relative;
}
#footer a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
#footer #metanav {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  height: 35px;
  margin: auto;
  font-size: 11px;
  color: #4d6884;
}
#footer #metanav ul {
  float: left;
  width: 590px;
  max-width: 100%;
}
#footer #metanav li {
  list-style-type: none;
  display: inline;
  position: relative;
  padding: 0 10px;
  /*
			&:last-of-type
			{
			&:after
			{
			content:initial;
		}
		}
			*/
}
#footer #metanav li:after {
  content: '';
  position: absolute;
  right: -2px;
  height: 10px;
  top: 4px;
  border-left: 1px solid white;
}
#footer #metanav li:nth-last-child(1):after,
#footer #metanav li:nth-last-child(2):after {
  content: initial;
}
#footer #metanav li .kekse {
  width: 30px;
  height: auto;
  position: relative;
  top: 15px;
}
#footer #metanav li .insta {
  width: 30px;
  height: auto;
  position: relative;
  top: 15px;
}
#footer #to_top {
  float: right;
  width: 10px;
  height: 15px;
}
#fontreset {
  float: right;
  padding: 0px 3px;
  text-decoration: underline;
}
.zinssatz {
  border-collapse: collapse;
}
.zinssatz td {
  height: 15px;
}
.zinssatz .even {
  background-color: #E9E8E8;
}
.zinssatz td.eins {
  font-weight: bold;
  width: 20px;
}
.zinssatz .zwei {
  width: 75px;
}
.zinssatz .drei,
.zinssatz .sechs {
  text-align: right;
}
.zinssatz .vier {
  width: 20px;
  padding-left: 20px;
  font-weight: bold;
}
.zinssatz .fuenf {
  width: 75px;
}
.zinssatz .sechs {
  width: 20px;
  padding-right: 10px;
}
.neubau_bild {
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.neubau_bild a {
  text-decotation: none;
}
.neubau_bild:nth-of-type(1) {
  padding-right: 10px;
}
.neubau_bild .lupe {
  position: absolute;
  left: 224px;
  bottom: 9px;
}
.ico_xls {
  width: 15px;
  height: auto;
}
.vergabe_text {
  border: 2px solid #004478;
  padding: 10px;
  margin: 20px 0;
}
#vergabe_form {
  display: none;
  padding: 20px;
}
#tableMonthOverview td a {
  text-decoration: none;
  font-weight: bold;
}
#tableMonthOverview td a.edit {
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 30px;
  left: 2px;
  background-image: url('/intern/pics/edit.png');
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 15px;
  background-size: 20%;
}
#tableMonthOverview td {
  padding: 3px;
}
#tableMonthOverview td:hover {
  background-color: #0875BC;
}
a.pdf {
  /*The background image*/
  background: url(/bilder/icon-pdf.gif) no-repeat 0px 3px;
  padding-left: 16px;
  line-height: 16px;
  /* To center the text vertically with the icon */
  display: table-cell;
}
#button_ferien2011 {
  padding-left: 55px;
  padding-top: 30px;
}
.jahr_genossenschaft {
  margin-left: -7px;
  padding-bottom: 5px;
}
#bannr_start {
  padding-top: 15px;
}
#bannr_start > div {
  width: 225px;
  padding-bottom: 7px;
}
#startlinks {
  /*width:800px;*/
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
  top: 90px;
}
#startlinks .item {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  width: 22%;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  text-align: center;
}
#startlinks .item.qt {
  padding: 4px 0;
  width: 250px;
  margin-right: 30px;
  /*background-color:@schmuckfarbe2;*/
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
#startlinks .item.qt a {
  display: inherit;
  margin-top: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#startlinks .item.qt img {
  margin-top: 10px;
  width: 230px;
  height: auto;
}
#startlinks .item.wb {
  width: 12%;
}
#startlinks .item.wb img {
  width: 90px;
  height: auto;
}
#startlinks .item.js img {
  width: 210px;
  height: auto;
}
#startlinks .item.js.x {
  width: 250px;
}
#startlinks .item.ke {
  width: 23%;
}
#startlinks .item.ke img {
  width: 190px;
  height: auto;
}
.expose {
  margin: 30px 0;
}
.expose .item {
  float: left;
  width: 200px;
}
#qt_banner {
  padding: 4px 0;
  width: 250px;
  position: absolute;
  top: 0;
  right: 175px;
  background-color: #fab900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
#qt_banner a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#login_me_portal {
  padding: 4px 0 4px 60px;
  width: 150px;
  position: absolute;
  top: 10px;
  right: 175px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
#login_me_portal:before {
  content: 'login';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 80px;
  height: 40px;
  background-image: url('/intern/pics/key.png');
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: 0px 14px;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 0 0px 26px;
}
#easyspar {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 12px;
}
#easyspar a {
  text-decoration: none;
}
#easyspar img {
  position: relative;
  top: 9px;
}
/*Validator*/
input.errormsg {
  border: 1px solid #B60C6F;
  height: 20px;
}
#wrongcaptcha {
  margin: 20px 10px 10px 35px;
  font-size: 26px;
  line-height: 1.2em;
}
label.errormsg {
  background: none repeat scroll 0 0 red;
  border: 2px solid #CE0000;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 6px #000000;
  color: #FFFFFF;
  font-family: tahoma;
  font-size: 11px;
  padding: 4px 10px;
  position: absolute;
  margin-left: 12px;
  width: 147px;
  z-index: 10000000;
}
label.checked {
  border: none;
  background: none;
  box-shadow: none;
  background-image: url(/intern//pics/checked.gif);
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
#form_preisausschreiben .form_bez {
  width: 110px;
  float: left;
}
#form_preisausschreiben input {
  margin-bottom: 10px;
}
#form_preisausschreiben textarea {
  width: 250px;
  height: 70px;
}
#sitemap li {
  list-style-type: none;
  line-height: 2em;
}
#sitemap li a {
  text-decoration: none;
  font-weight: bold;
}
#sitemap li ul li a {
  font-weight: normal;
}
#sitemap li ul li ul li {
  line-height: 1.5em;
}
#sitemap li ul li ul li a {
  font-size: 15px;
}
.link_verein {
  width: 168px;
  text-align: left;
}
.link_verein a {
  text-decoration: none;
  font-size: 11px;
}
#verein {
  /*position: absolute;  
	background-image:url(/bilder/logo_gelb_klein.jpg);
	background-repeat:no-repeat;
	width: 220px;
	height: 104px;
	display: block;*/
}
#verein img {
  margin-top: 5px;
  border-top: 1px solid #4D6884;
}
#verein .unten img {
  margin-top: 5px;
  border-top: none;
}
#verein img:hover {
  /*  background-image:url("/bilder/logo.gif");
	background-repeat:no-repeat;
	z-index: 1;
	display: block;
	width: 220px;
	height: 104px;*/
}
.border {
  border-bottom: 1px solid #4D6884;
  width: 220px;
}
.labergruetz {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.2em;
}
#bvs_stiftung {
  margin: 30px 0;
}
#bvs_stiftung img {
  max-width: 100%;
  height: auto;
}
/*Mobil-Navi*/
/*
#menu_mobile
{
display:none;
width: 300px;
border: 1px solid grey;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px; 
-moz-box-shadow: 5px 3px 10px -5px #000000;
-webkit-box-shadow: 5px 3px 10px -5px #000000;
box-shadow:  5px 3px 10px -5px #000000;
opacity:1;
background-color:white;
top: 0;
right:-330px;
position:absolute;
top:5px;

padding:10px 10px 20px 10px;

z-index: 1000;
}




#menu_mobile #close
{
font-weight:bold;
color:#006AB2;
width:27px;
height:22px;
position:absolute;
right:20px;
font-size:1.5em;
top:15px;
z-index:5;
cursor:pointer;
}

#nav_mobil, 
#nav_mobil ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
font-size:1em;
}

#nav_mobil 	{
width:100%;
}

#nav_mobil  li ul {
margin-left:20px;
font-size:0.8em;
line-height:0.8em;
display:none;
}

#nav_mobil li.active ul {
display: block;
}

#nav_mobil  a	{
display: block;
width:100%;
font-weight:bold;
font-size:15px;
padding:7px 6px 7px 1px;
text-decoration: none;
}

#nav_mobil .active > a	{
color: #006ab3;
}

#nav_mobil li ul a
{
font-size:13px;
}


#nav_mobil li ul li  a	{

padding:3px 6px 5px 1px;
line-height:12px;
text-decoration: none;
}
*/
/*MobilNavi*/
video {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
}
.nounderline {
  text-decoration: none;
}
/*-------------------------
Mobile Navigation
--------------------------*/
#mobilenav li.head {
  cursor: pointer;
}
#mobilenav li.head .home {
  padding-top: 5px;
  height: 31px;
}
#mobile_menuicon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}
#mobilemenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 5;
}
#mobilemenu ul {
  margin: 0 0 0 0px;
  padding: 0 0 20px 0;
}
#mobilenav li {
  list-style-type: none;
  margin-left: 0;
}
#mobilenav {
  border-right: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 68, 120, 0.9);
  /*
	width: 250px;
	left: -250px;
	*/
  width: 100vw;
  top: -500px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.dlevel1,
.ulevel2 {
  display: none;
}
#mobilenav li .icon {
  float: left;
  width: 20px;
  height: 20%;
  margin-right: 7px;
  margin-top: 1px;
}
#mobilenav li .icon img {
  width: 100%;
  height: auto;
}
#mobilenav li.head {
  height: 45px;
  padding: 0px 8px;
  background-color: transparent;
}
#mobilenav li.head div {
  float: left;
}
#mobilenav li.head div.menu {
  margin-left: 50px;
}
#mobilenav li.head div.close {
  position: relative;
  float: right;
  right: 0px !important;
  top: 15px !important;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
#mobilenav li.head div.close img {
  width: 25px;
  height: auto;
}
#mobilenav li a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fab900;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 40px;
}
#mobilenav li a.alevel2 {
  margin-left: 15px;
}
#mobilenav ul {
  margin-left: 30px;
}
#mobilenav .level4 {
  padding-left: 30px;
}
#mobilenav .level4 a {
  line-height: 1.4em;
}
#gallery {
  background-color: #d9dadb;
  padding: 10px;
  width: 500px;
}
#gallery ul {
  list-style: none;
}
#gallery ul li {
  display: inline;
}
#gallery img {
  margin: 3px;
}
#gallery_bg {
  width: 200px;
  height: 150px;
  background-color: #FFF;
  margin: 5px;
}
#gallery ul a:hover {
  color: #fff;
}
iframe {
  border: 0;
}
#startbox_containerV2 {
  padding: 20px 10px 0 5px;
  width: 99%;
}
#startbox_containerV2 .startbox {
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 3px 4px 3px #C4C4C4;
  background-color: #e6e6e8;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  margin-bottom: 15px;
}
.startbox_head {
  display: block;
  position: relative;
  /*
	background: -webkit-gradient(linear, left top, left bottom, from(#0072BB), to(#66A1C9));
	background: -webkit-linear-gradient(top, #0072BB, #66A1C9);
	background: -moz-linear-gradient(top, #0072BB, #66A1C9);
	background: -ms-linear-gradient(top, #0072BB, #66A1C9);
	background: -o-linear-gradient(top, #0072BB, #66A1C9);
	background: linear-gradient(top, #0072BB, #66A1C9);
	*/
  background: #0072bb;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmExYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0072bb 0%, #66a1c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0072bb), color-stop(100%, #66a1c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0072bb 0%, #66a1c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0072bb 0%, #66a1c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0072bb 0%, #66a1c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0072bb 0%, #66a1c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072bb', endColorstr='#66a1c9', GradientType=0);
  /* IE6-8 */
  height: 25px;
  padding: 14px 3px 3px 11px;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  /*behavior: url("/intern/js/border-radius.htc"); */
}
#startbox_containerV2 .startbox_img {
  width: 225px;
  float: left;
}
#startbox_containerV2 .startbox_text {
  float: left;
  font-size: 13px;
  max-width: 500px;
}
#startbox_containerV2 .startbox_content {
  background-color: #e6e6e8;
  height: auto;
  padding: 10px;
  border-bottom: none;
  margin-bottom: 3px;
  font-size: 11px;
}
#startbox_containerV2 .startbox_head h2 {
  color: white;
  font-family: 'Open Sans', sans-serif;
  /*  text-shadow: -1px -1px 0px #95a8bd;*/
  text-shadow: 1px 1px 2px #000;
  font-weight: normal;
  font-size: 13px;
}
#startbox_containerV2 .startbox_content h3 {
  color: #58718b;
  font-size: 13px;
  padding-top: 0px;
  font-weight: bold;
}
#startbox_containerV2 a.startbox_link {
  color: #4d6884;
  text-decoration: none;
  font-weight: bold;
}
/*ACCORDION*/
#startbox_containerV2 .accordionButton {
  background-image: url(/intern/pics/accordion_closed.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  border-bottom: 1px dotted #C4C8D2;
  color: #4E6985;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  min-height: 17px;
  padding: 7px 0 3px 12px;
}
#startbox_containerV2 .keinaccordionButton {
  border-bottom: 1px dotted #C4C8D2;
  min-height: 16px;
  padding: 7px 0 3px 0px;
}
#startbox_containerV2 .keinaccordionButton a {
  color: #4E6985;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
#startbox_containerV2 .accordionContent {
  background: #F4F5F7;
  z-index: 1000;
  position: relative;
  font-size: 11px;
  padding: 5px 0 3px 12px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
#startbox_containerV2 .acc_start {
  position: inherit;
  width: 94%;
  border-left: 1px dotted #c4c8d2;
  border-right: 1px dotted #c4c8d2;
  border-bottom: 1px dotted #c4c8d2;
  padding: 20px;
  font-size: 12px;
  line-height: 1.4em;
  color: #4C4C4C;
}
#startbox_containerV2 .acc_start img {
  margin: 0;
  padding-bottom: 3px;
}
#startbox_containerV2 .on {
  height: 23px;
  padding: 7px 0 3px 12px;
  background-image: url(/intern/pics/accordion_open.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
}
#startbox_containerV2 .over {
  color: #425d79;
}
/*Neubau*/
#neubau_slider img {
  height: auto;
}
#neubau_bild_container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 75px;
}
#neubau_uebersicht .item {
  float: left;
  margin: 0 0 6px 8px;
  position: relative;
}
#neubau_uebersicht .item .textcontainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 95%;
  background-color: rgba(0, 114, 187, 0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
#neubau_uebersicht .item:hover .textcontainer {
  background-color: rgba(0, 114, 187, 0.8);
  -webkit-transition: width 0.5s;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
#neubau_uebersicht .item .text {
  display: none;
  position: absolute;
  top: 75px;
  left: 15px;
  color: #FFF;
  font-weight: bold;
}
#neubau_uebersicht .item:hover .text {
  display: block;
}
#neubau_info .item {
  padding: 10px 0;
}
#neubau_info .item .desc,
#neubau_info .item .val {
  float: left;
}
#neubau_info .item .desc {
  width: 100px;
  max-width: 100%;
}
#neubau_info .item .val {
  width: 400px;
  max-width: 100%;
}
#pfeil_container_detail {
  z-index: 10;
  width: 150px;
  position: absolute;
  right: 0px;
  bottom: -45px;
}
#pfeil_container_detail .slick-next {
  right: 0;
}
#pfeil_container_detail .slick-prev {
  right: 90px;
}
/*Neubau*/
/*Immosolve Iframe*/
.embed-container {
  height: 100vh;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
.embed-container iframe {
  min-width: 100%;
  width: 100%;
  height: 100%;
  /*
	position: absolute;
	top: 0;
	left: 0;
	*/
}
#immosolve_text {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.immobilien .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #004478;
}
.immobilien .zusatzbild div {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
#ct_vertreter {
  /*Kalenda */
}
#ct_vertreter h2 {
  margin-bottom: 20px;
}
#ct_vertreter h2 a {
  padding-left: 24px;
  position: relative;
}
#ct_vertreter h2 a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #fab700;
}
#ct_vertreter .row {
  margin-bottom: 10px;
}
#ct_vertreter .row input[type="text"],
#ct_vertreter .row input[type="email"],
#ct_vertreter .row select {
  width: 300px;
  max-width: 100%;
  padding: 10px 5px;
}
#ct_vertreter .row select {
  width: 308px;
}
#ct_vertreter .row .kurz {
  width: 143px !important;
}
#ct_vertreter .ct_submit input[type="submit"],
#ct_vertreter .ct_submit button {
  width: 267px;
  padding: 13px 0 12px 5px;
  margin-right: 44px;
  cursor: pointer;
}
#ct_vertreter .ct_submit input[type="submit"]:disabled,
#ct_vertreter .ct_submit button:disabled {
  opacity: 0.5;
}
#ct_vertreter .ct_submit:after {
  width: 41px;
  height: 40px;
  top: -8px;
  right: 0px;
  background-position: 10px 15px;
}
#ct_vertreter .ct_submit .trigger {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0px;
  top: -8px;
  z-index: 100;
  cursor: pointer;
}
#ct_vertreter .xdsoft_calendar td.xdsoft_default,
#ct_vertreter .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
#ct_vertreter .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #004478;
  color: white;
}
#ct_vertreter .xdsoft_datetimepicker .xdsoft_calendar td {
  color: black;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #888888;
}
#ct_vertreter .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  font-size: 12px;
  border: 1px solid #ddd;
}
#ct_vertreter .xdsoft_datetimepicker .xdsoft_calendar th {
  color: #505050;
}
.zurueck {
  text-align: right;
}
#ueberweisung .row,
.kundenportal .row {
  width: 440px;
  max-width: 100%;
}
#ueberweisung .row .bez,
.kundenportal .row .bez {
  width: 189px;
}
#ueberweisung .row .val,
.kundenportal .row .val {
  width: 250px;
}
#ueberweisung .charNum,
.kundenportal .charNum,
#ueberweisung .klein,
.kundenportal .klein {
  font-size: 11px;
}
#ueberweisung .charNum.alarm,
.kundenportal .charNum.alarm,
#ueberweisung .klein.alarm,
.kundenportal .klein.alarm {
  color: red;
  font-weight: bold;
}
#ueberweisung textarea,
.kundenportal textarea {
  width: 407px;
  height: 200px;
  font-family: Hind;
  font-size: 16px;
}
table#ueberweisungen {
  border-collapse: collapse;
}
table#ueberweisungen tr:nth-of-type(even) {
  background-color: #E0E0E0;
}
table#ueberweisungen td {
  padding: 3px 3px	 3px 0;
}
table#ueberweisungen .datum {
  width: 100px;
}
table#ueberweisungen .name {
  width: 200px;
}
table#ueberweisungen .betrag {
  text-align: right;
  width: 50px;
}
table#ueberweisungen .art {
  width: 130px;
  text-align: center;
}
table#ueberweisungen .status {
  width: 180px;
  text-align: center;
}
#hiddenstatus,
#hidden_erledigt,
#hidden_nd {
  display: none;
}
.kundenportal input,
.kundenportal select,
.kundenportal button {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
  margin-bottom: 2px;
}
.kundenportal select,
.kundenportal button {
  width: 173px;
}
.kundenportal .filtercontainer {
  display: none;
}
.kundenportal .easy-autocomplete {
  width: auto !important;
}
#logoutbutton {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #004478;
  text-align: center;
}
#logoutbutton a {
  padding: 4px 50px;
  display: inherit;
  color: #fab900;
  font-weight: bold;
  text-decoration: none;
}
.kundenportal_home {
  background-color: #004478;
  width: 150px;
  padding: 7px 7px;
  text-align: center;
  float: right;
}
.kundenportal_home a {
  color: white;
  text-decoration: none;
}
.immo .ansicht img {
  position: relative;
}
.immo .ansicht img:after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 10px;
  height: 20px;
  background-image: url('/bilder/lupe.gif');
  z-index: 20;
}
.immo .item {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 20px;
}
.immo .item:nth-of-type(even) {
  margin-right: 20px;
}
.immo .item:nth-of-type(even).gross {
  float: none;
  width: 100%;
}
.immo #ex_form {
  display: none;
}
.ex_form .row {
  margin-bottom: 20px;
}
.ex_form input[type="text"],
.ex_form input[type="email"] {
  background-color: #e1e8f6;
  padding: 4px 5px;
  color: #004478;
  border: 0;
  width: 220px;
}
.ex_form input[type="text"].vn,
.ex_form input[type="email"].vn {
  width: 100px;
}
.ex_form input[type="text"].nn,
.ex_form input[type="email"].nn {
  width: 106px;
}
.ex_form input[type="text"].plz,
.ex_form input[type="email"].plz {
  width: 36px;
}
.ex_form input[type="text"].ort,
.ex_form input[type="email"].ort {
  width: 170px;
}
.ex_form .ct_submit:after {
  right: -27px;
}
.ex_form .ct_submit #submitbutton {
  width: 230px;
}
/*Kalender*/
.eingang_ct {
  width: 500px;
  text-align: center;
  margin: 20px auto 0 auto;
}
.eingang_ct .button {
  background-color: #004478;
  float: left;
  width: 230px;
  margin-bottom: 15px;
}
.eingang_ct .button:nth-of-type(odd) {
  margin-right: 15px;
}
.eingang_ct .button a {
  padding: 20px 20px;
  display: block;
  color: white !important;
  font-weight: bold;
}
.eingang_ct .button a:hover {
  border-bottom: none !important;
  color: #D8E8EF !important;
}
#neuanmeldungen {
  position: relative;
}
#neuanmeldungen #decker {
  display: none;
  position: absolute;
  top: 53px;
  width: 100%;
  height: 400px;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
  color: white;
  background: rgba(0, 0, 0, 0.6);
}
#neuanmeldungen #decker .inner {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#neuanmeldungen #decker .inner .text {
  width: 300px;
  text-align: center;
}
#neuanmeldungen #decker .inner .text img {
  width: 120px;
  height: auto;
}
#neuanmeldungen .row {
  margin-bottom: 20px;
}
#neuanmeldungen .row .item {
  float: left;
  width: 150px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
#neuanmeldungen .row .item:after {
  content: '';
  background: white;
  opacity: 0.5;
  height: 20px;
  width: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
#neuanmeldungen .row .item.form {
  width: 385px;
}
#neuanmeldungen .row .item.form .item {
  width: 110px;
  float: left;
}
#neuanmeldungen .row .item.form .item input[type="submit"] {
  width: 100px;
}
#neuanmeldungen .row .item.ifra {
  display: none;
}
#tableMonthOverview,
.tableMonthOverview {
  width: 500px;
  max-width: 100%;
  border-collapse: collapse;
  border-color: #BABBBE;
}
#tableMonthOverview td,
.tableMonthOverview td {
  position: relative;
  text-align: center;
  padding: 14px 3px;
  border: 1px solid #ECECEC;
}
#tableMonthOverview td:hover:not(.head),
.tableMonthOverview td:hover:not(.head) {
  background-color: #BABBBE;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#tableMonthOverview td:empty,
.tableMonthOverview td:empty {
  border: none;
  background-color: black !important;
}
#tableMonthOverview td.head,
.tableMonthOverview td.head {
  border: none;
}
#tableMonthOverview td.head:hover,
.tableMonthOverview td.head:hover {
  background-color: white;
}
#tableMonthOverview td.head a:hover,
.tableMonthOverview td.head a:hover {
  border-bottom: 0;
}
#tableMonthOverview td.head img.inaktiv,
.tableMonthOverview td.head img.inaktiv {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#tableMonthOverview td .back,
.tableMonthOverview td .back {
  text-align: right;
  width: 25px;
  margin-right: 10px;
  padding-top: 3px;
}
#tableMonthOverview td .next,
.tableMonthOverview td .next {
  text-align: left;
  width: 25px;
  margin-left: 10px;
  padding-top: 3px;
}
#tableMonthOverview td .month_ct,
.tableMonthOverview td .month_ct {
  font-weight: bold;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#tableMonthOverview td .month_ct div,
.tableMonthOverview td .month_ct div {
  flex: 0 0 auto;
  margin: 5px;
}
#tableMonthOverview td .month_ct div.monat,
.tableMonthOverview td .month_ct div.monat {
  width: 150px;
  text-align: center;
}
#tableMonthOverview td.aktiv,
.tableMonthOverview td.aktiv {
  font-weight: bold;
}
#tableMonthOverview td.aktiv .buchen,
.tableMonthOverview td.aktiv .buchen {
  display: none;
}
#tableMonthOverview td.aktiv.gruen,
.tableMonthOverview td.aktiv.gruen {
  background-color: rgba(0, 218, 27, 0.5);
}
#tableMonthOverview td.aktiv.gelb,
.tableMonthOverview td.aktiv.gelb {
  background-color: rgba(255, 235, 60, 0.5);
}
#tableMonthOverview td.aktiv.rot,
.tableMonthOverview td.aktiv.rot {
  background-color: rgba(255, 0, 0, 0.5);
}
#tableMonthOverview td.aktiv.alt,
.tableMonthOverview td.aktiv.alt {
  background-color: #E2E2E2;
}
#tableMonthOverview td.aktiv.alt a,
.tableMonthOverview td.aktiv.alt a {
  color: #678C9C;
}
#tableMonthOverview td.aktiv.heute,
.tableMonthOverview td.aktiv.heute {
  font-weight: bold;
}
#tableMonthOverview td.alt,
.tableMonthOverview td.alt {
  color: #B5B5B5;
}
#tableMonthOverview td.heute,
.tableMonthOverview td.heute {
  border: 1px solid #444444;
}
button#pro_block_all {
  padding: 10px;
  background-color: #004478;
  color: white;
  border: none;
  cursor: pointer;
}
button#pro_block_all:disabled {
  cursor: default;
}
#terminanfrage .showall {
  text-align: right;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}
#terminanfrage .showall:after {
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  background-image: url('/intern/pics/accordion_open.png');
  height: 4px;
  width: 6px;
}
#terminanfrage .showall.open:after {
  transform: rotate(180deg);
}
#terminanfrage .termin {
  width: 90%;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
#terminanfrage .termin:nth-of-type(odd) {
  background-color: #FBFBFB;
}
#terminanfrage .termin .anfrage {
  padding: 3px 5px;
  width: 100%;
  max-width: 100%;
}
#terminanfrage .termin .anfrage:nth-of-type(2n+0) {
  background-color: #F3F3F3;
}
#terminanfrage .termin .anfrage .zeit {
  display: inline-block;
  width: 120px;
}
#terminanfrage .termin .anfrage .name {
  font-weight: bold;
  display: inline;
}
#terminanfrage .termin .anfrage .edit {
  float: right;
  width: 230px;
}
#terminanfrage .termin .anfrage a.admin {
  font-style: italic;
  opacity: 0.8;
}
#terminanfrage .termin .anfrage.hidden {
  display: none;
}
#terminanfrage .termin .actionbox .magic.hidden {
  display: none;
}
#terminanfrage .termin.heute {
  position: relative;
}
#terminanfrage .termin.heute:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fab900;
}
#terminanfrage .termin .anfrage:nth-of-type(2n+0) {
  background-color: #F3F3F3;
}
#terminanfrage .item_tn {
  margin-bottom: 50px;
}
#terminanfrage .item_tn .info {
  margin-left: 15px;
  font-size: 0.9em;
}
.tx_best {
  width: 80%;
  height: 200px;
  font-size: 14px;
  font-family: Arial,Helvetica;
  line-height: 1.3em;
}
#eintragen .ok,
#eintragen .notok {
  display: none;
}
#buchen .item {
  margin-bottom: 20px;
}
#buchen .item .li {
  float: left;
  width: 170px;
}
#buchen .item .re {
  float: left;
}
#buchen .item.disabled {
  position: relative;
  color: #ABABAB;
}
#buchen .item.disabled .msg {
  position: absolute;
  left: 160px;
  top: 0;
  padding: 2px 5px;
  background: white;
  border: 1px solid #ABABAB;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#buchen .item.disabled input[type="checkbox"] {
  pointer-events: none;
}
#buchen .item .del_af,
#buchen .item .del_te {
  cursor: pointer;
  background-image: url('/intern/pics/ico_close.png');
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 17px;
}
#buchen #klasse {
  width: 40px;
  padding: 5px;
}
#buchen .tage {
  margin-top: 20px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#buchen .tage.dis {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
#buchen .trullala {
  text-decoration: underline;
  cursor: pointer;
  color: #004478;
}
#buchen .daten {
  padding: 8px 0;
}
#buchen .ct_submit input[type="submit"]:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.admin_home {
  float: right;
  width: 150px;
}
#jqueryTooltip:not(:empty) {
  position: absolute;
  /* das ist zwingend notwendig, damit der Tooltip der Maus folgen kann */
  display: none;
  /* auch wichtig damit der Tooltip leer nicht gezeigt wird */
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.25em;
  font-size: 12px;
  z-index: 3;
}
.best {
  font-weight: bold;
  padding: 10px;
  border: 2px solid #1BFF00;
  text-align: center;
}
#up {
  background-color: black;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  padding: 14px 0 10px 0;
  border-radius: 20px;
  width: 44px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0.6;
  display: none;
}
#wl_ct {
  width: calc(100% - 40px);
  max-width: 100%;
  padding: 20px;
}
#wl_ct #bild {
  width: 80%;
  float: left;
}
#wl_ct #bild img {
  max-width: 100%;
  height: auto;
}
#wl_ct #liste {
  float: right;
  width: 150px;
}
#wl_ct #liste div {
  margin-bottom: 20px;
}
#wl_ct.int #bild,
#wl_ct.int #liste {
  width: 100%;
  float: none;
}
#wl_ct.int #bild {
  margin-bottom: 20px;
}
#wl_ct.int #bild img {
  cursor: zoom-in;
}
#wl_ct.int #liste div {
  float: left;
  margin-right: 30px;
}
#wl_strassen {
  z-index: 3;
  display: none;
  width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  top: -0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
#wl_strassen .content {
  width: 100%;
  height: 100%;
}
#wl_strassen .close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
#wl_strassen iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.terminuebersicht .item {
  padding-bottom: 20px;
}
.terminuebersicht .item .datum {
  float: left;
  width: 115px;
  font-weight: bold;
}
.terminuebersicht .item .head {
  float: left;
  font-size: 15px;
  width: calc(100% - 115px);
}
.terminuebersicht .item.alt {
  color: grey;
}
.terminuebersicht .item .buchung {
  border: 1px solid grey;
  padding: 10px 10px;
  text-align: center;
  margin: 10px 0 20px 0;
}
.terminuebersicht .item .buchung.gruen {
  background-color: rgba(0, 218, 27, 0.1);
}
.terminuebersicht .item .buchung.gelb {
  background-color: rgba(255, 235, 60, 0.1);
}
.terminuebersicht .item .buchung.rot {
  background-color: rgba(255, 0, 0, 0.1);
}
.terminuebersicht .item .buchung a.button {
  margin-top: 10px;
}
.terminuebersicht .item.alt .buchung {
  background: #D8D8D8;
}
.zt_l {
  display: inline-block;
  width: 37px;
}
.termin.gesperrt {
  background-color: grey;
}
.termin .count {
  display: none;
}
.termin .count_anzeige {
  display: inline;
  font-weight: normal;
  font-size: 12px;
}
.termin .day.hasentries {
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.termin .day.hasentries:after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url('/intern/pics/accordion_open.png');
  height: 4px;
  width: 6px;
}
.termin .day.hasentries.open:after {
  /*
				background-image: url('/intern/pics/accordion_closed.png');
				*/
  transform: rotate(180deg);
}
.termin .entry {
  display: none;
}
.termin .actionbox {
  float: right;
  width: 100px;
}
#kundendaten a {
  color: #444;
}
#kundendaten #info {
  font-size: 12px;
  margin: 10px 0;
}
#tableMonthOverview.vortrag td .out {
  display: none;
}
#tableMonthOverview.vortrag td.aktiv {
  cursor: pointer;
}
#jqueryTooltip:not(:empty) {
  position: absolute;
  /* das ist zwingend notwendig, damit der Tooltip der Maus folgen kann */
  display: none;
  /* auch wichtig damit der Tooltip leer nicht gezeigt wird */
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.25em;
  font-size: 12px;
}
#infobanner {
  text-align: center;
  border-bottom: 1px solid black;
  background: rgba(0, 0, 0, 0.6);
  color: black;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
#infobanner a {
  color: #fff;
  text-decoration: underline;
}
#infobanner a .zusatz {
  color: black;
  font-size: 14px;
}
#infobanner .inner {
  width: 700px;
  max-width: 100%;
  padding: 60px;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
#infobannerCloser {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 25px;
  padding: 10px 7px 4px 7px;
  text-align: right;
  color: black;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
}
#infobannerCloser a {
  color: black;
}
#infobannerCloser img {
  width: 30px;
  height: auto;
}
#barrfr_ct {
  position: relative;
  height: 20px;
  width: 2000px;
}
#barrfr {
  position: absolute;
  z-index: 2;
  left: -10000px;
  background-color: white;
  padding: 10px;
}
#barrfr a {
  color: black;
  font-size: 18px;
}
#barrfr .barrfr_navi {
  display: none;
}
.fs_ct {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.fs_ct .item {
  width: calc(50% - 30px);
  margin-bottom: 20px;
  max-width: 100%;
  min-width: 300px;
  -webkit-box-shadow: 2px 4px 17px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 17px 1px rgba(0, 0, 0, 0.1);
}
.fs_ct .item .text {
  padding: 3px 0 3px 10px;
  height: 30px;
}
.fs_ct .item a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.fs_ct .item img {
  max-width: 100%;
  height: auto;
}
