#header-navigation {
  max-width: 968px;
  float: right;
  padding-top: 57px;
}
.px-4 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
}
.nav-item a {
  color: #fff;
}
.nav-link:hover, .nav-link:focus {
  color: #fff;
}
.nav-item:active a {
  color: #fff;
}
.nav-item:visited a {
  color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff;
}
.dropdown-menu {
  background-color: #1a171c;
  border-top: 4px solid #fff !important;
}
.bildgala                           { padding-top: 35px; }
.bildgala.newsgala                  { padding-bottom: 30px; }
.gala-bild-container                { float: left; position: relative; margin: 0 30px 30px; }
.gala-bild                          { display: block; margin: 0 auto; width: 150px; height: 150px; }
.gala-bild img                      { width: 100%; object-fit: cover; height: 100%; }

.nav-link:focus-visible {
    outline-color: #fff;
    outline-style: solid;
    outline-width: 1px;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.btn-light-focus:focus-visible {
    outline-color: #fff;
    outline-style: solid;
    outline-width: 1px;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}


.erreichbarkeit {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  padding-top: 30px;
}

.erreichbarkeit > div {
  flex: 0 0 calc(33.33333% - 34px);
}


/* Allgemeine Styles */
* { margin:0; padding:0; }
      
html,body                   { 
                              font-family: arial,verdana, trebuchet ms;
                              font-size: 12pt;
                              /*background-image: url(/static/haneubf/hg.jpg);*/
                              background-repeat: no-repeat;
                              background-position: top center;
                              background-attachment: fixed;
                              color: #565656;
                            }

.btl                                { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; }
.btr                                { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.bbl                                { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
.bbr                                { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }

.img-container, .img-container a {
  position: relative;
  display: block;
}
.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #e1011c;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
}
.img-icon svg {
  color: #fff;
}

#gw-buchung-form { padding-top: 20px; width: 250px; border-top: 1px solid #1a171c; }
#gw-buchung-form-sub { border: 0; background-color: #1a171c; color: #fff; padding: 7px 15px; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }


img                         { border: 0; }
.imgleft                    { float: left; margin-right:30px; margin-bottom:20px; }
.imgright                   { float: right; margin-left:30px; margin-bottom:20px; }

.clear                      { clear: both; }

[placeholder]:focus::-webkit-input-placeholder  { transition: opacity 0.5s 0.5s ease; opacity: 0; }
::-webkit-input-placeholder                     { font-size: 9pt; color: #0093dd; font-family: 'Julius Sans One',sans-serif; }
:-moz-placeholder                               { font-size: 9pt; color: #0093dd; opacity: 1; font-family: 'Julius Sans One',sans-serif; }
::-moz-placeholder                              { font-size: 9pt; color: #0093dd; opacity: 1; font-family: 'Julius Sans One',sans-serif; }
:-ms-input-placeholder                          { font-size: 9pt; color: #0093dd; font-family: 'Julius Sans One',sans-serif; }
  

a                           { color:#e1011c; }
/*
a:link                      { text-decoration:none; }
a:visited                   { text-decoration:none; }
a:active                    { text-decoration:none; }
a:hover                     { color:#e1011c; text-decoration:none; }
*/
header, nav, footer, main   { display: block; }


#page                       {  }

#head-wrap                  { background-color: #1a171c; }
#head                       { max-width: 1200px; height: 152px; margin: 0 auto; position: relative; }
#websuche                   { position: absolute; top: 14px; right: 0; }
#websuche i                 { color: #fff; font-size: 16pt; }

#suche                      { float: right; }
#suche-lupe                 { float: left; cursor: pointer; padding-top: 3px; }
#suche-lupe a               { color: #fff; }
#suche-slider               { float: left; overflow: hidden; width: 0px; padding-top: 2px; }
#suche-form                 { width: 224px; }
#suche-eingabe              { float: left; margin: 0 10px; }
#suche-eingabe input        { padding: 3px; }
#suche-senden               { width: 23px; height: 23px; float: left; border: 1px solid #a9a9a9; cursor: pointer; }
#suche-pfeil                { width: 0; height: 0; margin-left: 9px; margin-top: 5px; border: 7px solid #a9a9a9; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-right: 7px solid transparent; }

#logo                       { width: 216px; float: left; }
#logo a                     { display: block; }
#logo img                   { display: block; width: 100%; }


#mobile-menu-button         { display: none; position: absolute; right: 52px; top: 76px; font-size: 30pt; color: #fff; cursor: pointer; }
#mobile-menu-button i       {  }

#navigation                 { max-width: 968px; float: right; padding-top: 57px; }
#nav                                {  }
#nav ul                             { list-style: none; text-align: justify; }
#nav li                             { display: inline-block; text-align: -webkit-match-parent; text-transform: uppercase; float: left; }
#nav a                              { color: #fff; padding: 7px 10px 5px 26px; display: block; font-size: 10pt; }

.mainli                             { height: 86px; }
.maintext                           { border-left: 1px solid #544b5b; }
.mainfirst                          { border-left: 0; }

#nav li ul li                       { padding-right: 0px; }
#nav li ul li a                     { padding-right: 20px !important; }

#nav ul li                          { position: relative; }
#nav ul li ul li                    { position: relative; clear: left; width: 100%; }
#nav ul li ul li ul li              { position: relative; clear: left; }
#nav ul li ul li ul li ul li        { position: relative; clear: left; }

#nav ul li ul li:hover              {  }
#nav ul li ul li ul li:hover        {  }
#nav ul li ul li ul li ul li:hover  {  }


#nav ul li a                        { padding-right: 15px; }
#nav ul li a.maintext               { padding-top: 13px; padding-bottom: 13px; padding-right: 26px; }
#nav ul li ul li a.subtext          { float: none; display: block; width: 100%; text-align: center; height: auto; padding: 7px 0px 7px 0px; font-size: 10pt; }
#nav ul li ul li ul li a.subtext    { float: left; display: block; width: 210px; height: 17px; padding: 12px 5px 12px 5px; }
#nav ul li ul li ul li ul li a.subtext { float: left; display: block; width: 210px; height: 17px; padding: 12px 5px 12px 5px; }
#nav .subtext:hover                 {  }

#nav ul li ul                       { position: absolute; z-index: 1000; left: -44px; top: 86px; padding: 10px 10px 5px 10px; background-color: #1a171c; width: 190px; }
#nav ul li ul li ul                 { position: absolute; z-index: 900; left: 265px; top: -10px; background-color: #f8fbfa; border-left: 1px solid #00998a; }
#nav ul li ul li ul li ul           { position: absolute; z-index: 800; left: 215px; top: -10px; background-color: #f8fbfa; }

#nav ul li ul                       { overflow: visible !important; }

#nav a.mainliclick                  { width: 15px; height: 24px; margin: 0 auto; padding-top: 10px; padding-right: 27px; transition: padding-top 0.4s ease-in; }
#nav .mainli:hover .mainliclick     { padding-top: 21px; transition: all 0.4s ease; }
#nav .mainli:hover .arrow-down      { border-top-color: transparent; border-bottom-color: #fff; }

#nav .mainli .sub1ul                { display: none;  }
#nav .mainli:hover .sub1ul          { display: block; }

.sub1liclick                        { position: absolute; top: 0px; right: 0px; width: 34px; height: 34px; text-align: right; }
.sub1li:hover .sub1liclick          { right: 6px; }
.sub1li:hover .arrow-right          { margin-right: 10px; border-left-color: transparent; border-right-color: #fff; }

.sub2liclick                        { position: absolute; top: 0px; right: 0px; width: 34px; height: 34px; text-align: right; }
.sub2li:hover .sub2liclick          { right: 6px; }
.sub2li:hover .arrow-right          { margin-right: 10px; border-left-color: transparent; border-right-color: #fff; }

/*.sub1liclick                        { position: absolute; top: 5px; right: 5px;  display: block; float: left; width: 34px; height: 34px; background-image: url(/static/dag/nav-btn-open-h.png); background-position: top left; background-repeat: no-repeat; }
.sub2liclick                        { position: absolute; top: 5px; right: 5px;  display: block; float: left; width: 34px; height: 34px; background-image: url(/static/dag/nav-btn-open-h.png); background-position: top left; background-repeat: no-repeat; }*/

.main-arrow-area                    { width: 100%; height: 53px; }

.arrow-down                         { border: 12px solid #fff; font-size: 0; line-height: 0; height: 0; padding: 0; margin: 0;
                                      border-right-color: transparent;
                                      border-bottom-color: transparent;
                                      border-left-color: transparent;
                                      margin-left: -4px;
                                    }
.arrow-left                         { border: 6px solid #fff; font-size: 0; line-height: 0; height: 0; padding-right: 10px; margin: 0;
                                      border-top-color: transparent;
                                      border-bottom-color: transparent;
                                      border-left-color: transparent;
                                    }
.arrow-right                        { border: 6px solid #fff; font-size: 0; line-height: 0; height: 0; padding-right: 10px; margin: 0;
                                      border-right-color: transparent;
                                      border-bottom-color: transparent;
                                      border-top-color: transparent;
                                    }
                                    
                                    
#nav li ul li a                     { padding-right: 0px !important; }

.submenuleft                        { left: -215px !important; }
.last-sub1lia                       { border-bottom: none !important; }
.last-sub2lia                       { border-bottom: none !important; }


#mobile-navigation                  { display: none; height: 100vh; width: 100vw; position: fixed; top: 0; left: 0; background-color: rgba(109, 109, 109, 0.8); z-index: 2600; }
#nav-content                        { width: 90vw; height: 100vh; background-color: #1a171c; padding-left: 5px; padding-right: 5px; overflow-y: auto; }
#ios-menu-korrektur                 { width: 100%; height: 70px; }
#mnav-head                          { position: relative; text-align: center; padding-top: 15px; color: #fff; font-size: 18pt; border-bottom: 2px solid #5f5f5f; padding-bottom: 10px; }
#nav-close                          { position: absolute; top: 12px; right: 10px; color: #515151; width: 25px; height: 25px; border-radius: 26px; background-color: #d3d3d3; border: 1px solid grey; font-weight: bold; padding-left: 1px; padding-top: 1px; font-family: Arial; cursor: pointer; font-size: 15pt; }
#mnav-body                          { padding-top: 5px; }
#mnav-body a                        { text-decoration: none; color: #fff; }
#mnav-body ul                       { list-style: none; padding: 0; margin: 0; }
#mnav-body ul li a                  { padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #5f5f5f; display: block; }
#mnav-body ul li                    {  }
.manv0                              { padding-left: 20px; }
.manv1                              { padding-left: 40px; }
.manv2                              { padding-left: 60px; }
.manv3                              { padding-left: 80px; }
.mnavli0                            { position: relative; }
.mnavli1                            { position: relative; }
.mnavli2                            { position: relative; }
.mnavli3                            {  }
.show-sub-nav                       { position: absolute; top: 1px; right: 0; padding-top: 2px; padding-bottom: 8px; padding-right: 10px; padding-left: 10px; z-index: 3000; cursor: pointer; }
.marrow                             { border: 6px solid #fff; font-size: 0; line-height: 0; height: 0; padding: 0; margin: 0; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; }
.isclicked .marrow                  { border-top-color: transparent; border-bottom-color: #fff; }
.show-sub-nav.isclicked             { top: -2px; padding-top: 0; padding-bottom: 12px; }
.mnavul1                            { display: none; background-color: #404040; }
.mnavul2                            { display: none; background-color: #545454; }
.mnavul3                            { display: none; }






#startbild                          { position: relative; }
#startbild img                      { width: 100%; display: block; margin: 0 auto; }
#start-boxen                        { position: absolute; max-width: 1200px; height: 100%; margin: 0 auto; top: 0; width: 1200px; left: 50%; margin-left: -600px; }
.start-box                          { display: block; background-color: rgba(84, 84, 84, 0.75); z-index: 100; max-width: 388px; position: absolute; }
.start-box:after                    { content: ''; width: 0; height: 0; border-style: solid;
                                      border-width: 22.5px 0 22.5px 23px; 
                                      border-color: transparent transparent transparent rgba(84, 84, 84, 0.72);
                                      position: absolute; 
                                      right: -23px; 
                                      top: 50%; 
                                      margin-top: -22px;
                                    }
.start-box-link                     { position: absolute; display: block; width: 100%; height: 100%; max-width: 388px; top: 0; left: 0; }
.start-box-inner                    { display: block; background-color: rgba(34, 34, 34, 0.45); border-right: 1px solid #9a9a9a; margin-right: 19px; }
.start-box-content                  { display: block; padding: 18px; }
.start-box-titel                    { display: block; color: #fff; padding-bottom: 22px; font-size: 15pt; }
.start-box-text                     { display: block; padding-top: 12px; border-top: 2px solid #7f7a82; color: #bdbcbd; font-size: 11pt; }
#sb1																{ left: 0; top: 25px; }
#sb2																{ left: 600px; top: 82px; }
#sb3																{ left: 0; bottom: 180px; }
#sb4																{ left: 600px; bottom: 100px; }



#wrap-inhalt                        { max-width: 1200px; margin: 0 auto; }
#content                            { padding: 20px; background-color: #f7f7f7; }
#inhalt-text                				{  }
#inhalt-text.text-left      				{ float: right; width: 62%; }
#inhalt-text p              				{ padding-bottom: 10px; }
#inhalt-text ul,ol          				{ padding-left: 21px; }


#inhalt-text .inh-abs-bild-gala 		{  }
#inhalt-text .inh-abs-bild-gala ul	{ list-style: none; padding: 0; }
#inhalt-text .inh-abs-bild-gala ul li { width: 300px; float: left; height: 300px; padding-right: 65px; margin-bottom: 32.5px; margin-top: 32.5px; margin-right: 30px; position: relative; }
#inhalt-text .inh-abs-bild-gala ul li a { display: block; width: 300px; height: 300px; background-size: cover; background-position: center center; }
#inhalt-text .inh-abs-bild-gala ul li a img { display: none; }

#inhalt-text.text-left .inh-abs-bild-gala ul li { width: 200px; float: left; height: 200px; padding-right: 35px; margin-bottom: 17.5px; margin-top: 17.5px; }
#inhalt-text.text-left .inh-abs-bild-gala ul li a {  width: 200px; height: 200px; }


#inhalt-text h1             				{ font-size: 22pt; font-weight: normal; padding-bottom: 25px; word-break: break-word; }
#inhalt-text h2             				{ font-size: 16pt; font-weight: normal; padding-bottom: 20px; word-break: break-word; }
.inh-abs-text                       { line-height: 140%; }
.content-trenner            				{ width: 100%; height: 25px; }
#infoboxen                  				{ float: left; width: 38%; }

.ifb                                { margin-bottom: 20px; position: relative; max-width: 388px; }
.ifb a.ifb-link                     { position: absolute; top: 0; left: 0; display: block; max-width: 388px; width: 100%; height: 100%; }
.ifb-bglight                        { display: block; background-color: #545454; max-width: 388px; }
.ifb-bglight:after                  { content: ''; width: 0; height: 0; border-style: solid; 
																			border-width: 22.5px 0 22.5px 23px; border-color: transparent transparent transparent #545454; 
                                      position: absolute; right: -23px; top: 50%; 
                                      margin-top: -22px;
                                    }
.ifb-bgdark                         { display: block; background-color: #222222; border-right: 1px solid #6f6e6b; margin-right: 19px; }
.ifb-content												{ display: block; padding: 18px; }
.ifb-titel                          { display: block; color: #fff; padding-bottom: 22px; font-size: 15pt; }
.ifb-text                           { display: block; padding-top: 12px; border-top: 2px solid #7f7a82; color: #bdbcbd; font-size: 12pt; position: relative; z-index: 100; }




#footer-wrap                        { background-color: #222222; }
#footer                             { max-width: 1200px; margin: 0 auto; color: #fff; padding-top: 15px; }
#footer a                           { color: #c6c6c6; }
#footer-name                        { font-weight: bold; margin-bottom: 40px; font-size: 14pt; }
.foot-box                           { float: left; width: 33.3333%; }
#footer-1                           {  }
#footer-2                           {  }
#footer-3                           {  }
.foot-box-area                      { margin-bottom: 12px; font-size: 12pt; }
.foot-box-icon                      { float: left; width: 25px; text-align: left; color: #fff; }
.foot-box-icon i                    { color: #fff; }
.foot-box-text                      { float: left; width: 80%; padding-left: 10px; }
#footer-anschrift                   { padding-bottom: 21px; }
#footer-notdienst                   { padding-bottom: 16px; }
#footer-open                        {  }
#footer-open td                     { padding: 3px 0; }

#footer-nav-wrap                    { background-color: #1a171c; }
#footer-nav                         { max-width: 1200px; margin: 0 auto; color: #fff; }

#footer-navigation                  { padding-top: 25px; }
#footer-navigation ul               { list-style: none; text-align: justify; height: 22px; }
#footer-navigation li               { display: inline-block; text-align: -webkit-match-parent; text-transform: uppercase; }
#footer-navigation a                { color: #fff; padding: 4px 10px 5px 10px; display: block; font-size: 10pt; }
.foot100                            { padding-left: 100%; }
#footer-nav-mobile                  { display: none; padding-top: 25px; text-transform: uppercase; text-align: center; }
#footer-nav-mobile a                { color: #fff; }

#imprds                             { text-align: center; padding: 15px 0 0 0; }
#imprds a                           { display: inline-block; font-size: 12pt; }

#copyright                          { text-align: center; padding: 25px 0; font-size: 12pt; }


#news-liste                         { padding-top: 30px; }
.news                               { padding-bottom: 30px; }
.news-content                       { padding-left: 20px; }
.news-content-details               {  }
.arrow                              { font-size: 21pt; padding: 0 15px; }
.news-bild                          { 
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 400px;
    position: relative;
}
.news-bild img                      { max-width: 290px; width: 100%; }
.news-more                          { text-align: right; padding-top: 18px; padding-bottom: 18px; border-bottom: 2px solid #7f7a82; font-size: 11pt; font-weight: bold; font-style: italic; }


.asp-abteilung                      {  }
#inhalt-text .asp-abteilung h2			{ padding-bottom: 10px; border-bottom: 1px solid #bfbfbf; margin-bottom: 15px; }
.asp                                { width: 25%; float: left; padding-bottom: 35px; }
.asp-bild                           { padding-bottom: 5px; }
.asp-bild img                       { display: block; width: 80%; }
.asp-name                           { font-weight: bold; }
#inhalt-text.text-left .asp         { width: 33.33%; }



#kontaktform                        { padding-top: 25px; }
#kontakt                            {  }
.form-feld                          { margin-bottom: 20px; }
.feld-name                          { padding-bottom: 5px; }
.feld-input                         { font-family: arial,helvetica,sans-serif; }
label                               { display: block; padding-bottom: 5px; font-family: Arial, Helvetica, Sans-serif; }
.formlist                           { list-style: none; padding: 0 !important; margin: 0; }
.formlist li                        { float: left; width: 50%; margin-bottom: 20px; }
#nachricht                          {   }
.ffeld                              { width: 94%; padding: 6px; border: 1px solid #222222; border-radius: 5px; font-family: Arial, Verdana, Sans-serif; }
select.ffeld												{ width: 91.5%; }
/*.btn                                { padding: 5px; width: 125px; }*/
.smalllist li                       { width: 33.33%; }


#inhalt-text .marker-kats           { list-style: none; padding: 0; }
#inhalt-text .marker-kat            { width: 190px; margin: 0 auto; cursor: pointer; padding: 5px; }
#inhalt-text .marker-kat:hover      { background-color: #d3d3d3; }
#inhalt-text .marker-kats li        { float: left; width: 25%; text-align: center; margin-bottom: 20px; }
#inhalt-text.text-left .marker-kats li { width: 33.33%; }








/* Immobilien Liste */
.immo-liste                         { padding-top: 25px; }
.immo                               { width: 50%; float: left;}
.immo a                             { position: relative; display: block; margin: 5px; color: #000; border: 1px solid rgba(34, 85, 148, 0.51); }
.immo a:hover                       { background-color: rgba(34, 85, 148, 0.19); }
.immo a.immo-liste-werbung          { border: 1px solid rgba(198, 23, 38, 0.5); }
.immo a:hover.immo-liste-werbung    { border: 1px solid rgba(198, 23, 38, 1); }
.immo-liste-werbung-label           { position: absolute; height: 75px; top: 19px; right: 10px; }
.immo-liste-werbung-label img       { display: block; max-height: 75px; }
.immo-pic                           { display: block; width: 110px; float: left; min-height: 10px; }
.immo-pic-inner                     { display: block; padding: 5px; }
.immo-pic-bg                        { display: block; width: 100px; height: 100px; background-size: cover; background-position: center center; }
.immo-info                          { display: block; width: 78%; float: left; }
.immo-info-inner                    { display: block; padding: 5px; }
.immo-clear                         { display: block; clear: both; }
.immo-info-feld                     { display: block; padding-bottom: 5px; }
.immo-info-left                     { float: left; width: 50%; }
.immo-info-left .immo-part-inner    { padding-right: 5px; display: block; }
.immo-info-right                    { float: left; width: 50%; }
.immo-info-right .immo-part-inner   { padding-left: 5px; display: block; }
/* /Immobilien Liste */

/* Immobilien Suche */
#immo-suche                         {  }
#immo-suche-show-mobile             { display: none; padding-top: 10px; }
#immo-suche-mobile-button           { width: 150px; margin: 0 auto; padding: 8px 5px; cursor: pointer; background-color: #c61726; color: #fff; text-align: center; }

.immo-s-param                       { width: 50%; float: left; margin-bottom: 15px; }
.immo-param-name                    { width: 40%; float: left; }
.immo-param-field                   { width: 60%; float: left; }

.immo-param-name label              { display: block; padding-top: 8px; }
.immo-param-field input             { width: 80%; padding: 7px 6px; border: 1px solid #222222; border-radius: 5px; font-family: Arial, Verdana, Sans-serif; }
.immo-param-field select            { width: 85%; padding: 6px; border: 1px solid #222222; border-radius: 5px; font-family: Arial, Verdana, Sans-serif; }

#immo-suche-button                  { padding: 8px 6px; width: 155px; background-color: #e1011c; color: #fff; font-weight: bold; text-align: center; cursor: pointer; }

.immo-liste-nav                     { float: right; }
.immo-nav-top                       { padding: 20px 0  0 0; }
.immo-nav-bottom                    { padding: 20px 0; }

#immos-table                        { display: table; width: 100%; }
#immos-table-row                    { display: table-row; }
#immos-param-left                   { display: table-cell; vertical-align: top; }
#immos-param-right                  { display: table-cell; width: 165px; vertical-align: top; }
#immos-checkb-list                  { padding-left: 15px; }
.immos-checkb                       { padding-bottom: 5px; }
.immos-checkb label                 { display: inline-block; }
/* /Immobilien Suche */


/* Immobilien Details */
#immo-details                       { padding-bottom: 35px; }
#immo-nummer                        { font-size: 75%; text-align: right; padding: 0 0 15px 0; float: right; }
#immo-nummer-mobile                 { display: none; font-size: 75%; padding: 0 0 15px 0; float: right; }
#immo-werbung                       { font-size: 120%; padding: 0 0 25px 0; color: #c61726; float: left; }
.immo-details-area                  { width: 50%; min-height: 15px; float: left; }
#immo-details-area1                 {  }
#immo-details-area2                 {  }
.immo-details-inner                 { padding: 5px; }
#immo-details-area1 .immo-details-inner { padding-right: 15px; }
#immo-details-area2 .immo-details-inner { padding-left: 15px; }
#immod-areas                        { float: left; width: 66.66%; }
#immod-areas::after                 { display: block; content: ''; clear: both; }
#immod-bilder-und-links             { float: left; width: 33.33%; }
.immod-field                        { padding: 0 0 10px; 0; }
.immod-field::after                 { display: block; content: ''; clear: both; }
.immod-field-left                   { float: left; width: 40%; }
.immod-field-right                  { float: left; width: 60%; }
.immod-preis                        { width: 70px; text-align: right; }
#immod-texte                        { padding: 30px 0 0 0; }
.immod-text                         { padding: 0 0 30px 0; }
.immod-text-head                    { padding: 0 0 15px 0; font-size: 13pt; font-weight: normal; }
.immod-text-head h3                 {font-size: 13pt; font-weight: normal; border-bottom: 1px solid rgba(34, 85, 148, 0.3); padding-bottom: 3px; }
.immod-text-body                    {  }
#immod-expose-link                  { padding: 0 0 15px 0; }
#immod-expose-link a                { display: block; text-align: right; }
#immod-expose-link-mobile           { display: none; float: left; padding: 0 0 20px 0; }
#immod-expose-link-mobile img 			{ display: block; float: left; }
#immod-expose-link-mobile-text      { float: left; padding: 17px 0 0 8px; display: block; }
#immod-grundriss                    { padding: 0 0 15px 0; }
#immod-grundriss img                { display: block; float: right; }
#immod-grundriss img::after         { display: block; content: ''; clear: both; }
#immod-grund-pdf                    { text-align: right; padding-top: 8px; }
#immod-google-maps-link             { float: right; padding: 10px 0; }
#immod-bilder                       { padding: 0 0 15px 0; width: 250px; float: right; }
#immod-bilder ul                    { padding: 0; list-style: none; }
#immod-bilder ul li                 { float: left; width: 115px; height: 115px; }
#immod-bilder ul li.lileft          { padding: 10px 10px 10px 0; }
#immod-bilder ul li.liright         { padding: 10px 0 10px 10px; }
#immod-bilder ul li a               { background-size: cover; display: block; background-repeat: no-repeat; width: 115px; height: 115px; }
#immod-energieinformationen         { padding: 20px 0 5px 0; }
#immo-energie-grafik                { float: left; width: 400px; padding-top: 26px; }
#immo-energie-text                  { float: left; width: 41%; padding: 4px 0 0 25px; }
#ee_info                            { width:400px; margin-bottom:3px; }
#ee_skala                           { width:400px; height:50px; margin-bottom:3px; background-image:url(/static/haneubf/energie-balken.png); background-repeat:no-repeat; }
#ee_arrow                           { width:16px; height:27px; float:left; background-image:url(/static/haneubf/energie-pfeil.jpg); background-repeat: no-repeat; background-position: top left; padding-left: 25px; }
#ee_arrow_wert                      { padding-top: 5px; width: 140px; }
.energie-wert                       { padding: 0 0 10px; 0;  }
.energiew-left                      { float: left; width: 45%; }
.energiew-right                     { float: left; width: 55%; }
.mobile                             { display: none; }
/* /Immobilien Details */




#gwtable                            { display: table; padding-bottom: 35px; }
.gwt-tr                             { display: table-row; }
.gwt-td                             { display: table-cell; vertical-align: top; padding-top: 5px; }
.gwtablehead                        { font-weight: bold; }
.gwtablehead .gwt-td                { border-bottom: 1px solid #a5a5a5; margin-bottom: 5px; }
.gwt-mobile-name                    { display: none; }
.gwtitel                            { padding-right: 35px; }
.gwgroesse                          { padding-right: 35px; white-space: nowrap; }
.gwflaeche                          { padding-right: 35px; white-space: nowrap; }
.gwmaxperso                         {  }

#gw-belegung                        { float: left; width: 25%; margin-right: 30px; }
#gw-info                            { float: left; width: 68%; }


.preis-tabelle                      { display: table; }
.prt-tr                             { display: table-row; }
.prt-td                             { display: table-cell; vertical-align: top; padding: 3px 0; }
.prt-head                           { font-weight: bold; }
.pri-left                           { display: inline-block; width: 95px; text-align: right; white-space: nowrap; box-sizing: border-box; padding-right: 15px; }
.pri-right                          { display: inline-block; width: 125px; text-align: right; white-space: nowrap; box-sizing: border-box; }
.pri-allgemein                      { text-align: center; }
.prt-bez                            { padding-right: 15px; }
.prt-data                           {  }
.prt-data .prt-td                   { border-top: 1px solid #d3d3d3; }
.pri-monat                          { text-align: right; }
.pri-mobile                         { display: none; }


#preise-links                       { float: left; width: 50%; }
#preise-rechts                      { float: left; width: 50%; }

#cookie-info                        { position: fixed; bottom: 0px; z-index: 10000; width: 100%; -ms-text-size-adjust: none; -moz-text-size-adjust: none; -o-text-size-adjust: none; -webkit-text-size-adjust: none; }
#cookie-info-content                { background-color: rgba(0, 0, 0, 0.8); color: #fff; padding: 4px; box-sizing: border-box; text-align: center; }
#cookie-info-tbl                    { display: table; margin: 0 auto; }
#cookie-info-text                   { display: table-cell; font-size: 9pt; vertical-align: middle; }
#cookie-info-abstand                { display: table-cell; width: 15px; }
#cookie-info-button                 { cursor: pointer; width: 22px; height: 22px; }
#cookie-info-spacer                 { height: 40px; }



.immos-params-left-side { float: left; width: 50%; box-sizing: border-box; padding-right: 25px; padding-top: 15px; }
.immos-params-right-side { float: left; width: 50%; box-sizing: border-box; padding-left: 25px; padding-top: 15px; }
.immos-param { margin-bottom: 15px; }

#immos-checkboxen { padding: 22px 0 5px 0; }
.immos-checkbox { float: left; width: 25%; }
.immos-checkbox-container { margin-bottom: 8px; }
.immos-checkbox-container label { display: inline-block; }

.suche-slider { box-sizing: border-box; padding: 8px 0 0 0; height: 25px; margin-bottom: 14px; }
.slidermiete { margin-bottom: 0; padding-top: 20px; }
.sliderflaeche { padding-top: 14px; }
.suche-slider.start-slider { padding: 0; }
.slider-table { display: table; width: 100%; padding-bottom: 15px; }
.last-slider .slider-table { padding-bottom: 5px; }
.slider-td { display: table-cell; vertical-align: top; }
.slider-left { width: 55px; }
.slider-right { width: 55px; }
.slider-td span { display: block; text-align: center; font-size: 12pt; }
.slider-inner { padding: 0 18px; position: relative; }
.slider-titel { position: absolute; width: 100%; text-align: center; top: -22px; left: 0; font-size: 11pt; }

.noUi-horizontal { margin-top: 2px; height: 10px; }
.noUi-target { background: rgba(26, 23, 28, 0.28); box-shadow: none; }
.noUi-handle { box-shadow: none; background: #e1011c; }
.noUi-horizontal .noUi-handle { height: 22px; top: -7px; }
.noUi-handle:after, .noUi-handle:before { height: 9px; }





#bl-startbild { display: none; }
#bl-startbild img { display: block; width: 100%; }
#start-wrap { max-width: 2000px; margin: 0 auto; background-size: cover; background-position: top center; }
#start-content-wrap { max-width: 1870px; margin: 0 auto; padding: 0 0 0 60px; }
#boxen-links { background-color: rgba(34, 34, 34, 0.95); min-height: 400px; max-width: 400px; width: 100%; padding: 22px 0; }
.box-links { padding: 0 20px; }
.box-links-titel { color: #fff; text-align: center; padding-bottom: 20px; }
.box-links-titel h2 { font-weight: normal; font-size: 22pt; }
.box-links-content { color: #fff; }
#box-links-slider { padding-top: 24px; }
.box-links-slider { height: 52px; }
#box-links-submit { text-align: center; }
#box-links-submit div { display: inline-block; padding: 9px 12px 7px 12px; color: #222; background-color: #fff; text-transform: uppercase; font-weight: bold; font-size: 10pt; cursor: pointer; height: 37px; box-sizing: border-box; }
#box-links-submit div span { font-size: 13pt; }
#lbwss { padding-bottom: 50px; }

.bl-news {  }
.bl-news a { color: #fff; }
.bl-news a:hover { color: #fff; }
.bl-news-titel { text-align: center; padding-bottom: 18px; padding-top: 20px; }
.bl-news-titel h3 { font-size: 16pt; font-weight: normal; }
.bl-news:first-child .bl-news-titel { padding-top: 0; }
.bl-news-content { font-size: 10pt; color: #bdbcbd; }
.bl-news-content a { color: #bdbcbd; font-weight: bold; color: #fff; font-style: italic; }
.bl-news-content a:hover { color: #fff; }
.bl-news-content p { padding-bottom: 17px; }
.bl-news-content p:last-child { padding-bottom: 0; }
.bl-news-more { padding-top: 18px; padding-bottom: 18px; border-bottom: 2px solid #7f7a82; font-size: 11pt; font-weight: bold; font-style: italic; }
.bl-news-more2 { text-align: right; padding-top: 18px; padding-bottom: 18px; border-bottom: 2px solid #7f7a82; font-size: 11pt; font-weight: bold; font-style: italic; }
.bl-news:last-child .bl-news-more { border-bottom: 0; }
.bl-news-bild { padding-bottom: 15px; position: relative; }
.bl-news-bild img { max-width: 500px; width: 100%; display: block; }

/*.box-links-slider .noUi-target { background: #cfcfcf; border: 0; }
.box-links-slider .noUi-handle { background: #e1011c; border: 0; width: 24px !important; height: 24px !important; -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; }

.box-links-slider .noUi-handle:before { display: none; }
.box-links-slider .noUi-handle:after { background: transparent; color: #fff; }
.box-links-slider .noUi-handle-lower:after { content: "\f054"; font: normal normal normal 14px/1 FontAwesome; top: 6px; left: 9px; }
.box-links-slider .noUi-handle-upper:after { content: "\f053"; font: normal normal normal 14px/1 FontAwesome; top: 6px; left: 6px; }
*/
.box-links-slider .noUi-target { 
  background: #b9b8ba;
  box-shadow: none;
}



.cookie-informationen { display: table; box-sizing: border-box; padding-bottom: 25px; }
.cookie-informationen * { box-sizing: border-box; }
.cookie-row { display: table-row; }
/*.cookie-row:nth-child(odd) .cookie-info-name { background-color: #d3d3d3; }
.cookie-row:nth-child(odd) .cookie-info-text { background-color: #d3d3d3; }*/
.cookie-info-name { display: table-cell; vertical-align: top; white-space: nowrap; padding: 0 0 5px 0; font-weight: bold; font-style: italic; }
.cookie-info-text { display: table-cell; vertical-align: top; padding: 0 0 5px 10px; }
.cookie-info-text p:last-child { margin-bottom: 0 !important; padding-bottom: 0 !important; }




#cookie-opt-in { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.85); z-index: 3500; color: #fff; padding: 10px; box-sizing: border-box; font-size: 11pt; }
#cookie-opt-in * { box-sizing: border-box; }
#coi-center {  max-width: 900px; margin: 0 auto; }
#coi-infotext { /*text-align: justify;*/ }
#coi-infotext p { margin-bottom: 0; padding-bottom: 0; }
#coi-infolinks { padding: 10px 0 5px 0; }
#coi-form { padding-top: 10px; }
#coi-form button { border: 1px solid #d3d3d3; cursor: pointer; background-color: #e1011c; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#cookie-opt-in label { display: inline-block; }
#coi-cookies { display: flex; flex-wrap: wrap; }
.coi-cookie {  }
.coi-checkbox { padding-right: 20px; }

.iframe-daten-info { background-color: rgba(0,0,0,0.7); color: #fff; padding: 50px 10px; text-align: center; }
.idi-text {  }
.idi-text p { padding-bottom: 0; margin-bottom: 0; }
.idi-form { padding-top: 20px; }
.idi-button { border: 1px solid #d3d3d3; cursor: pointer; background-color: #e1011c; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; padding: 4px 10px; }











/* Consent Banner */
#consent-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.85); z-index: 5000; color: #fff; font-size: 11pt; }
#consent-banner, #consent-banner * { box-sizing: border-box; }
#consent-banner-center { max-width: 1000px; padding: 10px; display: flex; gap: 35px; margin: 0 auto; }
#consent-banner-left { flex-grow: 1; }
#consent-banner-right { flex: 0 0 175px; }

#content-banner-buttons { display: flex; flex-direction: column; gap: 25px; }
.consent-banner-button > button { width: 100%; }

#consent-banner-text { padding-bottom: 10px; }
#consent-banner-links { display: flex; gap: 20px; }
#consent-banner-links a { color: #fff; }

#consent-banner-checkboxen { display: flex; gap: 30px; padding-top: 10px; flex-wrap: wrap; }

.cb-btn { background-color: #e1011c; color: #fff; border: 1px solid #d3d3d3; border-radius: 3px; padding: 6px; cursor: pointer; }
.form-check { display: flex; gap: 5px; }


/*.consent-banner-unblock-info { background-color: rgb(54 54 54 / 75%); color: #fff; font-size: 11pt; text-align: center; padding: 15px; }
.consent-banner-unblock-info-text p { padding-bottom: 0; margin-bottom: 0; }
.consent-banner-unblock-info-link { padding-top: 10px; }
.consent-banner-unblock-info-button { padding-top: 15px; }*/

@media screen and (max-width: 1024px){
  #consent-banner-center { flex-direction: column; gap: 15px; }
  #consent-banner-left { flex: 0 0 100%; }
  #consent-banner-right { flex: 0 0 auto; }
  #content-banner-buttons { flex-direction: row; justify-content: center; }
  .consent-banner-button { flex: 0 0 175px; }
}

@media screen and (max-width: 450px){
  #content-banner-buttons { flex-direction: column; gap: 10px; }
  .consent-banner-button { flex: 0 0 auto; }
}
/* Consent Banner */



#gwcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-bottom: 50px;
}
.gwcard {
  border: 1px solid #b3b3b3;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gwcard-img {
  position: relative;
}
.gwcard-img img {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.gwcard-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  flex-grow: 1;
}


.wveranstaltung {
  display: flex;
  gap: 30px;
}
.wveranstaltung + .wveranstaltung {
  padding-top: 40px;
}
.wveranstaltung-wochentag {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  flex: 0 0 58px;
}
.wveranstaltung-uhrzeit {
  flex: 0 0 310px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.wveranstaltung-informationen {
  flex-grow: 1;
}
.wveranstaltung-titel h2 {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.wveranstaltung-standort-typ, .wveranstaltung-preis, .wveranstaltung-entfaellt {
  padding-top: 5px;
}
.wveranstaltung-entfaellt {
  display: flex;
  gap: 10px;
}



@media screen and (max-width: 992px){
  .wveranstaltung {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}






#designbody													{ background: none; background-color: #fff; color: #000; font-size: 14px; font-family: Arial,Verdana,Helvetica; }
#designbody html                    { background: none !important; background-color: #fff; }
#designbody ul,ol             			{ padding-left: 21px; }
#designbody p                 			{ padding-bottom: 17px; }
.mceContentBody 										{ padding-top: 0px !important; background: none; background-color: #fff; }
td.mceIframeContainer iframe html		{ background: none; background-color: #fff; }
