/*  Allgemeines */
/* Schriftart */
/* Hintergrundfarbe der Seite */
/* Breite des gesamten Contents */
/* Hintergrundfarbe */
/* Breakpoints */
/* Maximale Breitenbegrenzung */
/* optionale Breitenbegrenzung interner Elemente bei fehlender Gematbegrenzung */
/* optionaler immer wiederkehrender Breakpoint oberhalb mint, bei Benutzung anzupassen */
/* Teamboxen umspringen */
/* Switch mobile Navigation */
/* Globale Parameter */
/* Color Basis: Basisfarbe Schrift */
/* Color Markant: Basisfarbe 1 markante Elemente (link, h1, border, usw...) */
/* Color Markant: Basisfarbe 2 markante Elemente (h2,...) */
/* Color Box: Standard Container hintergrund 1 */
/* Color Symbole: Standardfarbe aller Unicode-Symbole */
/* Hintergrund topslider */
/* Farben Navi bei Split */
/*  
@topback_norm:		none;
@topback_act:		none;
@toptext_norm:		@cobase;
@toptext_act:		@comark1;

@leistback_norm:	none;
@leistback_act:		none;
@leisttext_norm:	@cobase;
@leisttext_act:		@cobase;

#mobnav li.clicked > ul > li.clicked > ul > li.active > a, #mobnav li.active > ul > li.active > ul > li.active > a {background: @cobox;} /* Markierung aktiver Button mobnav  */
/* Farben Navi bei all-in-one */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* Topnav */
/* Back Topnav */
/* Back Mouseover */
/* Back Aktiv */
/* Schrift */
/* Schrift Mouseover */
/* Schrift Aktiv */
/* Leistnav 1. Ebene */
/* Back */
/* Back Mouseover */
/* Back Aktiv */
/* Schrift */
/* Schrift Mouseover */
/* Schrift Aktiv */
/* Leistnav 2. Ebene */
/* Back */
/* Back Mouseover */
/* Back Aktiv */
/* Schrift */
/* Schrift Mouseover */
/* Schrift Aktiv */
/* Leistnav 3. Ebene */
/* Back */
/* Back Mouseover */
/* Back Aktiv */
/* Schrift */
/* Schrift Mouseover */
/* Schrift Aktiv */
/* Leistnav 4. Ebene */
/* Back */
/* Back Mouseover */
/* Back Aktiv */
/* Schrift */
/* Schrift Mouseover */
/* Schrift Aktiv */
/* --------------------- */
/* Navigation global */
/* Reihenfolge im Header: "row" / "row-reverse"  */
/* Hintergrundfarbe der Gesamt-Navigation */
/* Schriftgr��e der Navigation */
/* H�he der Buttons */
/* Padding innerhalb der Buttons in den Untermen�s */
/* Men�symbol f�r Mobnav */
/* Breadcrumb-Navigation */
/* Schriftgr��e der Breadcrumb-Navigation */
/* Fettschrift der Breadcrumb-Navigation */
/* Schriftfarbe der Breadcrumb-Navigation */
/* Text-Decoration der Links der Breadcrumb-Navigation */
/* Schriftfarbe bei Mouseover der Breadcrumb-Navigation */
/* Text-Decoration der Links bei Mouseover der Breadcrumb-Navigation */
/* Schriftfarbe wenn Aktiv in der Breadcrumb-Navigation */
/* Text-Decoration der aktiven Links der Breadcrumb-Navigation */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* Standard Container Radius */
/* Dia-Inner mu� weniger haben */
/* Bilderzoom */
.zoom10 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom10:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom10:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom11 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom11:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom11:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom12 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom12:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom12:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom13 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom13:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom13:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom14 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom14:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom14:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom15 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom15:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom15:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom16 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom16:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.6, 1.6);
          transform: scale(1.6, 1.6);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom16:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom17 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom17:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.7, 1.7);
          transform: scale(1.7, 1.7);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom17:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom18 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom18:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom18:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom19 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom19:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1.9, 1.9);
          transform: scale(1.9, 1.9);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom19:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom20 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom20:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom20:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom21 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom21:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.1, 2.1);
          transform: scale(2.1, 2.1);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom21:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom22 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom22:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.2, 2.2);
          transform: scale(2.2, 2.2);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom22:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom23 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom23:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.3, 2.3);
          transform: scale(2.3, 2.3);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom23:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom24 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom24:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.4, 2.4);
          transform: scale(2.4, 2.4);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom24:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom25 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom25:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.5, 2.5);
          transform: scale(2.5, 2.5);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom25:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom26 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom26:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.6, 2.6);
          transform: scale(2.6, 2.6);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom26:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom27 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom27:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.7, 2.7);
          transform: scale(2.7, 2.7);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom27:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom28 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom28:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.8, 2.8);
          transform: scale(2.8, 2.8);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom28:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom29 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom29:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(2.9, 2.9);
          transform: scale(2.9, 2.9);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom29:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom30 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom30:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(3, 3);
          transform: scale(3, 3);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom30:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom31 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom31:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(3.1, 3.1);
          transform: scale(3.1, 3.1);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom31:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom32 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom32:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(3.2, 3.2);
          transform: scale(3.2, 3.2);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom32:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom33 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom33:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(3.3, 3.3);
          transform: scale(3.3, 3.3);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom33:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom34 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom34:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(3.4, 3.4);
          transform: scale(3.4, 3.4);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom34:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.zoom35 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 8px 8px;
  margin-left: -8px;
  /* Gleicht padding wieder aus */
  margin-right: -8px;
  /* Gleicht padding wieder aus */
  margin-top: -2px !important;
  /* Gleicht padding wieder aus und mu� dominant gegen�ber float (in styles) sein */
}
.zoom35:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(3.5, 3.5);
          transform: scale(3.5, 3.5);
  position: relative;
  z-index: 15;
  background: #ecf3f6;
  -webkit-box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 7px 11px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .zoom35:hover {
    cursor: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
/* Ende Bilderzoom */


/* ---------------- Ende flying boxes ------------------ */
#flybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 2rem 0 0;
}
#flybox article {
  /*max-width: 270px;
  border-style: solid;
  border-color: #bfbfbf;
  border-width: 1px;
  padding: 2rem;
  margin: 1rem 0.5rem;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
  width: 33%;
}

#flybox a {
opacity: 0.87;
transition: opacity 0.3s ease;
}

@media (max-width: 1024px) {
  #flybox article {
    width: 48%;
  }
}
@media (max-width: 640px) {
  #flybox article {
    width: 80%;
  }
}
#flybox article:hover {
  /*background: #dbe7ee; */
}
#flybox article h1 {
  font-size: 18px;
  text-align: left;
  margin: 2rem 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#flybox article p {
  text-align: justify;
  font-size: 14px;
  letter-spacing: -0.4px;
  margin-bottom: 2rem;
}
/* ---------------- Ende flying boxes ------------------ */




/* spezial */
.maklerauftrag .partnerlink {
  display: none;
}
.impressum main #content p {
  text-align: justify;
}
footer nav {
  display: block;
}
.medien .facebook #helperid {
  color: #778819;
}
.medien .fwhat {
  font-size: 1.5rem;
  font-weight: bold;
}
.medien .fwhat:before {
  color: #9db222;
  font-size: 3rem;
  position: relative;
  top: 5px;
  left: -3px;
}
.vema {
  font-weight: bold;
  color: #004F9F;
}
.aufgabe #flybox h1,
.erfahrung #flybox h1,
.qualitaet #flybox h1 {
  visibility: hidden;
  margin: -1rem 0;
}
.aufgabe #flybox img,
.erfahrung #flybox img,
.qualitaet #flybox img {
  max-width: 12rem;
}
.medien #flybox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1110px;
  margin: 4rem auto 0;
}
@media (max-width: 640px) {
  .medien #flybox {
    display: block;
  }
}
.medien #flybox article {
  /*flex-basis: 28%;*/
  /*
			&:last-child
			{
			flex-basis: 99%;
			
				@media (max-width: @8bp)
				{
				flex-basis: 28%;
				}
			}
			*/
}
.medien #flybox article a {
  background: #D3E37A;
  display: block;
  padding: 2rem 3rem 2rem 7rem;
  /*width: 54%;*/
  text-align: left;
  position: relative;
  /* Einzelformatierungen aller Icons und Felder */
}
@media (max-width: 640px) {
  .medien #flybox article a {
    margin: 1rem !important;
  }
}
.medien #flybox article a:before {
  font-size: 5rem;
  font-weight: bold;
  position: absolute;
  top: 17px;
  left: 44px;
}
.medien #flybox article a.mch {
  pointer-events: none;
  background: #cce05a;
  font-weight: bold;
  margin: 1rem 0 0 3rem;
}
.medien #flybox article a.mch:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #cce05a;
  height: 0;
  width: 28px;
  margin: 0 13px 0 -25px;
}
.medien #flybox article a.mch:before {
  content: "\f0e6";
}
.medien #flybox article a.mch:before {
  color: #009DE9;
}
.medien #flybox article a.mfb {
  background: #1f282f;
  color: #ffffff;
  margin: 2rem 0 0 0;
}
.medien #flybox article a.mfb:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #cce05a;
  height: 0;
  width: 28px;
  margin: 0 13px 0 -25px;
}
.medien #flybox article a.mfb:before {
  content: "\f082";
}
.medien #flybox article a.mfb:before {
  color: #ffffff;
}
.medien #flybox article a.mwa {
  background: #dfe1f0;
  margin: 1rem 0 0 -2.3rem;
  white-space: normal;
}
.medien #flybox article a.mwa:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #cce05a;
  height: 0;
  width: 28px;
  margin: 0 13px 0 -25px;
}
.medien #flybox article a.mwa:before {
  content: "\f232";
}
.medien #flybox article a.mwa:before {
  color: #9db222;
}
.medien #flybox article a.mei {
  background: #dfe1f0;
  margin: -2rem 0 0 5rem;
  font-size: 13px;
}
.medien #flybox article a.mei:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #cce05a;
  height: 0;
  width: 28px;
  margin: 0 13px 0 -25px;
}
.medien #flybox article a.mei:before {
  content: "\f15c";
}
.medien #flybox article a.mei:before {
  color: #9db222;
}
.medien #flybox article a.mvi {
  background: #e0ec9a;
  color: #31404b;
  margin: -1rem 0 0 3rem;
}
.medien #flybox article a.mvi:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #cce05a;
  height: 0;
  width: 28px;
  margin: 0 13px 0 -25px;
}
.medien #flybox article a.mvi:before {
  content: "\f1c8";
}
.medien #flybox article a.mvi em {
  font-style: normal;
  text-decoration: underline;
}
.medien #flybox article a.mvi span {
  display: block;
  font-size: 12px;
  margin: 1rem 0 0 -6rem;
  position: relative;
}
.medien #flybox article a.mvi span:after {
  color: #9F4343;
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  content: "\f118";
  height: 0;
  width: 28px;
  margin-left: 6px;
}
.medien #flybox article a.mvi:before {
  color: #9F4343;
}
.medien #flybox article a.msa {
  background: #3d4f5d;
  margin: -2rem 0 0 0;
  color: #ffffff;
  font-size: 14px;
}
.medien #flybox article a.msa:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #cce05a;
  height: 0;
  width: 28px;
  margin: 0 13px 0 -25px;
}
.medien #flybox article a.msa:before {
  content: "\f132";
}
.medien #flybox article a.msa em {
  font-style: normal;
  display: block;
  font-weight: bold;
  margin: 1rem 0 0 -6rem;
}
.medien #flybox article a.msa:before {
  color: #ffffff;
}
.medien #flybox article a.mli {
  background: #9F4343;
  margin: -1rem 0 0 8rem;
  color: #ffffff;
}
.medien #flybox article a.mli:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #cce05a;
  height: 0;
  width: 28px;
  margin: 0 13px 0 -25px;
}
.medien #flybox article a.mli:before {
  content: "\f007";
  margin: 0 17px 0 -26px;
}
@media (max-width: 1024px) {
  .medien #flybox article a.mli {
    margin-left: 0;
  }
}
.medien #flybox article a.mli span {
  display: block;
  font-size: 12px;
  margin: 1rem -2rem 0 -6rem;
  position: relative;
}
.medien #flybox article a.mli span:after {
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  content: "\f118";
  height: 0;
  width: 28px;
  margin-left: 6px;
}

/* s�mtliche standard-Boxen und Elemente */
fieldset,
.erstimp,
.daterkl,
.themeline .wegframe,
.altrechner hr + p,
#adressblock,
.back {
  background: #e3e3e3;
  border-radius: 4px 20px;
  padding: 1rem;
}
/* adressblock */
#adressblock {
  font-size: 0.85em;
  padding: 0.8rem 0.7rem 0.2rem;
  margin-bottom: 1rem;
}
#adressblock ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0.5rem 0.6rem;
}
#adressblock ul .adrname {
  font-weight: bold;
}
#adressblock ul .adrname span {
  padding: 0 4px;
}
#adressblock ul .adrtel a,
#adressblock ul .adrfax a,
#adressblock ul .adrmail a,
#adressblock ul .adrurl a {
  color: #666666;
  hyphens: auto;
}
@media (max-width: 800px) {
  #adressblock ul .adrtel a,
  #adressblock ul .adrfax a,
  #adressblock ul .adrmail a,
  #adressblock ul .adrurl a {
    color: #646f82;
  }
}
#adressblock ul .adrtel:before,
#adressblock ul .adrfax:before,
#adressblock ul .adrmail:before,
#adressblock ul .adrurl:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  display: inline-block;
  margin-right: 8px;
  color: #e94b47;
  width: 30px;
}
#adressblock ul .adrtel:before {
  content: "\f095";
  font-size: 115%;
  vertical-align: top;
  margin-top: 1px;
}
#adressblock ul .adrfax:before {
  content: "\f1ac";
  vertical-align: top;
  margin-top: 1px;
}
#adressblock ul .adrmail:before {
  content: "\f0e0";
  vertical-align: top;
  margin-top: 2px;
}
#adressblock ul .adrurl:before {
  content: "\f0ac";
  font-size: 115%;
  vertical-align: top;
}
#adressblock ul .adrurl {
  display: none;
}
#adressblock.topadr {
  background: rgba(255, 255, 255, 0.3);
  height: auto;
  padding-bottom: 2rem;
  position: absolute;
  z-index: 1;
  width: auto;
  left: calc(50vw - 42rem);
  margin-top: calc(7vw - 4rem);
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #4a4a4a;
  max-height: 27rem;
}
@media (min-width: 3000px) {
  #adressblock.topadr {
    margin-top: 9rem;
    left: 52rem;
  }
}
@media (max-width: 1350px) {
  #adressblock.topadr {
    margin-top: calc(13vw - 9rem);
    left: 0;
  }
}
@media (max-width: 1024px) {
  #adressblock.topadr {
    margin-top: 0.3rem;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  #adressblock.topadr {
    margin-top: 0;
    color: #1a1a1a;
    position: relative;
  }
}
@media (max-width: 640px) {
  #adressblock.topadr {
    background: rgba(255, 255, 255, 0.4);
  }
}
#adressblock.topadr ul {
  padding: 4px 0;
}
@media (max-width: 1350px) {
  #adressblock.topadr ul {
    padding: 1px;
  }
}
@media (max-width: 1024px) {
  #adressblock.topadr ul {
    padding: 0;
  }
}
#adressblock.topadr ul li:before {
  color: #4a4a4a;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  margin: 0 6px 0 0;
}
@media (max-width: 1024px) {
  #adressblock.topadr ul li:before {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  #adressblock.topadr ul li:before {
    color: #1a1a1a;
  }
}
#adressblock.topadr ul .adrname {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #adressblock.topadr ul .adrname {
    font-size: 18px;
  }
}
#adressblock.topadr ul .adrname span {
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  #adressblock.topadr ul .adrname span {
    font-size: 14px;
  }
}
#adressblock.topadr ul .adrtel:before {
  content: "Tel:";
}
#adressblock.topadr ul .adrfax:before {
  content: "Fax:";
}
#adressblock.topadr ul .adrmail:before {
  content: "Mail:";
}
@media (max-width: 800px) {
  #adressblock.topadr ul .adrtel a {
    color: #1a1a1a;
  }
}
@media (max-width: 800px) {
  #adressblock.topadr ul .adrmail {
    display: none;
  }
}
#adressblock.topadr .weiterbutt {
  display: none;
  margin-left: 0.5rem;
}
@media (max-width: 800px) {
  #adressblock.topadr .weiterbutt {
    display: none !important;
  }
}

/* Formulare */
form {
  /* ------------------------ Umfrage ------------------------ */
}
form fieldset {
  border: none;
  margin: 1rem 0;
}
form fieldset legend {
  background: #e3e3e3;
  padding: 4px 2rem;
  border-radius: 18px;
  font-weight: bold;
  max-width: 70%;
  /* Damit IE Zeilenumbruch in legend macht */
}
form fieldset ul {
  list-style-type: none;
  margin: 1px 0px 5px -9px;
}
@media (max-width: 420px) {
  form fieldset ul {
    padding: 1rem 0.1rem 1rem 1.5rem;
  }
}
form fieldset ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 8px 0;
  padding-left: 1em;
  /* Zeilenabstand */
}
@media (max-width: 530px) {
  form fieldset ul li {
    flex-direction: column;
  }
}
form fieldset ul li.datkennt {
  display: inline-block;
  width: 100%;
  padding-right: 4rem;
  box-sizing: border-box;
  margin-top: 1rem;
}
form fieldset ul li.datkennt i {
  font-size: 110%;
  color: #e94b47;
  font-style: normal;
}
form fieldset ul li.datkennt b {
  display: none;
}
form fieldset ul li.datkennt label {
  display: inline;
}
form fieldset ul li.datkennt input {
  float: right;
  margin: -1rem -4rem 0 0;
}
@media (max-width: 530px) {
  form fieldset ul li.datkennt input {
    margin-top: -2rem;
  }
}
form fieldset ul li.submitbut {
  display: block;
}
form fieldset ul li.submitbut #submit {
  float: right;
  width: 15.1rem;
}
@media (max-width: 420px) {
  form fieldset ul li.submitbut #submit {
    width: 12rem;
  }
}
form fieldset ul li label {
  flex-basis: 30%;
}
@media (max-width: 530px) {
  form fieldset ul li label {
    display: block;
  }
}
form fieldset ul li label.radiolabel,
form fieldset ul li label.checklabel {
  flex-basis: 95%;
  text-align: right;
  /* Frage zu check oder radio nach rechts geschoben */
}
@media (max-width: 530px) {
  form fieldset ul li label.radiolabel,
  form fieldset ul li label.checklabel {
    text-align: left;
  }
}
form fieldset ul li label b {
  color: #646f82;
  margin: 0 5px 0 -11px;
  font-size: 12px;
  vertical-align: top;
}
form fieldset ul li input,
form fieldset ul li textarea {
  padding: 0 4px;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgba(227, 227, 227, 0.4);
  /* fade setzt objekt-transparenz ohne alpha, nur less */
  background: #fcfcfc;
  flex-basis: 55%;
  box-sizing: border-box;
}
form fieldset ul li #copy_hint {
  width: 100%;
  text-align: left;
  margin-top: -1px;
}
form fieldset #datja {
  max-width: 2em;
  height: 2em;
  padding: 1rem;
  box-sizing: content-box;
}
form .notenzeile,
form .umfragezeile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
form .notenzeile .radiolabel,
form .umfragezeile .radiolabel {
  text-align: left;
  flex-basis: 50%;
}
form .notenzeile .radio_wrapper,
form .umfragezeile .radio_wrapper {
  text-align: right;
  flex-basis: 50%;
  margin: 8px 0;
}
form .notenzeile .radio_wrapper .radio,
form .umfragezeile .radio_wrapper .radio {
  padding: 4px 8px;
  margin: 2px;
  border-radius: 2rem;
  border-width: 1px;
  border-style: solid;
  opacity: 0.4;
  transition: opacity 0.2s linear 0s;
}
@media (max-width: 420px) {
  form .notenzeile .radio_wrapper .radio,
  form .umfragezeile .radio_wrapper .radio {
    margin: 1px;
  }
}
form .notenzeile .radio_wrapper .radio:hover,
form .umfragezeile .radio_wrapper .radio:hover {
  opacity: 1;
}
form .notenzeile .radio_wrapper .radio:nth-child(1),
form .umfragezeile .radio_wrapper .radio:nth-child(1) {
  background: #b0b0b0;
  border-color: #969696;
}
form .notenzeile .radio_wrapper .radio:nth-child(2),
form .umfragezeile .radio_wrapper .radio:nth-child(2) {
  background: #a3a3a3;
  border-color: #8a8a8a;
}
form .notenzeile .radio_wrapper .radio:nth-child(3),
form .umfragezeile .radio_wrapper .radio:nth-child(3) {
  background: #969696;
  border-color: #7d7d7d;
}
form .notenzeile .radio_wrapper .radio:nth-child(4),
form .umfragezeile .radio_wrapper .radio:nth-child(4) {
  background: #8a8a8a;
  border-color: #707070;
}
form .notenzeile .radio_wrapper .radio:nth-child(5),
form .umfragezeile .radio_wrapper .radio:nth-child(5) {
  background: #7d7d7d;
  border-color: #636363;
}
form .notenzeile .radio_wrapper .radio:nth-child(6),
form .umfragezeile .radio_wrapper .radio:nth-child(6) {
  background: #707070;
  border-color: #575757;
}
form .notenzeile .radio_wrapper {
  margin-top: -50px;
}
@media (max-width: 530px) {
  form .notenzeile .radio_wrapper {
    margin-top: -20px;
  }
}
form .notenzeile .radio_wrapper .radio {
  padding: 3px 10px;
  opacity: 0.8;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px 1px #111;
}
@media (max-width: 530px) {
  form .radio_wrapper {
    text-align: right;
    margin: -19px 9rem 0 0;
  }
}
/* Sonderformat Quickform */
#quickform div {
  transition: max-height 2s ease 0s;
}
#quickform div.quickform_hidden {
  max-height: 0;
  overflow: hidden;
}
#quickform fieldset {
  margin: 0.5rem 0;
}
#quickform fieldset .datschutz {
  font-size: 80%;
}
#quickform fieldset strong {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
#quickform fieldset strong li {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #cacaca;
}
#quickform fieldset strong .weiter,
#quickform fieldset strong input[type="submit"] {
  width: auto;
  height: auto;
  flex-basis: auto;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(227, 227, 227, 0.05);
  /* fade setzt objekt-transparenz ohne alpha, nur less */
  background: #fcfcfc;
  font-size: 115%;
  margin: 0;
  padding: 5px 2rem 8px;
  white-space: nowrap;
}
@media (max-width: 420px) {
  #quickform fieldset strong .weiter,
  #quickform fieldset strong input[type="submit"] {
    white-space: normal;
  }
}
#quickform fieldset strong .weiter {
  cursor: pointer;
  text-align: center;
  border-color: #cacaca;
}

/* Rechner */
.altrechner form table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.altrechner form table tr {
  background: #ebebeb;
}
.altrechner form table tr:first-child,
.altrechner form table tr:last-child {
  background: none;
}
.altrechner form table tr:first-child + tr {
  display: none;
}
.altrechner form table tr td {
  padding: 0.5rem 1rem;
  text-align: right;
}
.altrechner form table tr td input,
.altrechner form table tr td select,
.altrechner form table tr td textarea {
  float: right;
  height: 2rem;
  width: 55%;
  min-width: 2.8rem;
  padding: 0 6px;
  margin: -2px 0 0 1rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgba(227, 227, 227, 0.4);
  /* fade setzt objekt-transparenz ohne alpha, nur less */
  background: #fcfcfc;
}
.altrechner form table tr td:first-child {
  text-align: left;
}
.altrechner form table tr td input[type="submit"],
.altrechner form table tr td input[type="button"] {
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s linear 0s;
  min-width: 12rem;
  /*
						@media (max-width: @4bp)
						{
						min-width: 9rem;
						font-size: 80%;
						letter-spacing: -0.5px;
						}
						*/
}
.altrechner form table tr td input[type="submit"]:hover,
.altrechner form table tr td input[type="button"]:hover {
  background: rgba(0, 0, 0, 0.15);
}
.altrechner form table tr td input[type="radio"] {
  margin: -4px 0 -1rem 1rem;
}
@media (max-width: 420px) {
  .altrechner form table tr td input[type="radio"] {
    margin-left: -0.5rem;
  }
}
.altrechner form table .noback {
  background: none;
}
.altrechner form table .noback hr {
  display: none;
}
.altrechner form table .darkback {
  background: #d6d6d6 !important;
}
.altrechner form hr {
  display: none;
}
.altrechner hr {
  display: none;
}
#altrechspec form {
  margin: 3rem 0;
}
#altrechspec form table {
  width: 100%;
}
#altrechspec form table tr:first-child {
  background: #ebebeb;
}
#altrechspec form table tr:last-child {
  background: #d6d6d6;
}
#altrechspec form table tr:first-child + tr {
  display: table-row;
}
#altrechspec form table .ergeb {
  background: #d6d6d6;
}
/* Neuer Zinsrechner 1117 */
.zinsrechner form {
  background: #ededed;
  padding: 1rem 2rem;
  border-radius: 4px 20px;
}
.zinsrechner form label {
  width: 30vw;
  display: inline-block;
}
@media (max-width: 1024px) {
  .zinsrechner form label {
    width: 10rem;
  }
}
@media (max-width: 530px) {
  .zinsrechner form label {
    width: 99%;
    margin: 1rem 0;
  }
}
.zinsrechner form output {
  font-weight: bold;
  white-space: nowrap;
}
.zinsrechner form input {
  height: 6px;
  display: inline-block;
  margin-right: 1rem;
}
/* Ende Zinsrechner */
/* News */
@media (max-width: 800px) {
  .newscont {
    margin-top: 1rem;
  }
}
.newscont #newsarchiv {
  /* News Detailmeldung */
  /* News �bersichtsseite */
}
.newscont #newsarchiv .date {
  font-size: 85%;
}
.newscont #newsarchiv .date:before {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #e94b47;
  font-size: 2rem;
  height: 0;
  width: 28px;
  margin: 0 14px 0 1px;
  content: "\f1ea";
}
.newscont #newsarchiv h3 {
  padding-top: 1rem;
  margin-bottom: 0.2rem !important;
}
.newscont #newsarchiv .short_text {
  font-size: 95%;
  font-weight: bold;
}
.newscont #newsarchiv .back {
  background: none;
  padding: 0;
  text-align: right;
  display: block;
  width: 100%;
}
.newscont #newsarchiv .news_thumb {
  margin: 2rem 0;
}
.newscont #newsarchiv .news_thumb .date {
  opacity: 0.7;
}
.newscont #newsarchiv .news_thumb .headline {
  display: block;
  font-size: 120%;
  margin: 7px 0;
}
.newscont #newsarchiv .news_thumb .short_text {
  font-size: 95%;
  font-weight: normal;
}
.newscont #newsarchiv .news_thumb .more {
  float: right;
}
.newscont #newsarchiv .news_thumb .more:after {
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #e94b47;
  height: 0;
  width: 28px;
  margin: 0 0 0 7px;
  content: "\f0a4";
}
/* Vmproduct-Seite */
.prodlisthp {
  background: #e3e3e3;
  border-radius: 4px 20px;
  padding: 1rem;
  background: #ebebeb;
}
.prodlisthp p em {
  padding-left: 1.9rem;
}
/* Neuer Klapp-Content / Accordion */
article.accordion {
  box-sizing: border-box;
  height: 2.5rem;
  /*Muss die gleiche H�he wie die Height der �berschrift sein (auch in der javascript.js!)*/
  margin: 0 0 1rem;
  overflow: hidden;
  padding: 0;
  transition: all 0.7s ease-in-out 0s;
  border-radius: 4px 20px;
  background-color: #e3e3e3;
  position: relative;
}
article.accordion h1 {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  height: 2.5rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0.5rem 1rem;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
  white-space: nowrap;
  color: #e94b47;
}
article.accordion h1:hover {
  text-decoration: underline;
}
article.accordion h1::before {
  content: "+";
  border: 1px solid #cacaca;
  border-radius: 0.15rem;
  display: inline-block;
  font-weight: lighter;
  height: 0.6rem;
  line-height: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 0.6rem;
}
article.accordion h1 .thereIsMore {
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  right: 0;
  background-color: #e3e3e3;
  color: #666666;
  padding-right: 1rem;
  font-weight: lighter;
}
article.accordion h1 .thereIsMore b {
  padding-left: 1rem;
}
article.accordion .accordioncontent {
  background-color: #e3e3e3;
  box-sizing: border-box;
  height: auto;
  opacity: 0;
  padding: 0.5rem 1rem;
  transition: opacity 0.7s ease-in-out 0s;
}
article.accordion .accordioncontent .right {
  text-align: right;
}
article.accordion .accordioncontent::after {
  content: "";
  display: block;
  clear: both;
}
article.accordion .accordioncontent a.btn_more {
  box-sizing: border-box;
  padding: 0.1rem 0.5rem;
  border: 1px solid #666666;
  color: #666666;
  margin-bottom: 0.5rem;
}
article.accordion .accordioncontent a.btn_more:hover {
  color: #e3e3e3;
  background-color: #666666;
}
article.accordion.opened h1 {
  white-space: normal;
  height: auto;
}
article.accordion.opened h1::before {
  content: "-";
}
article.accordion.opened h1 .thereIsMore {
  display: none;
}
article.accordion.opened .accordioncontent {
  box-sizing: border-box;
  opacity: 1;
  padding-top: 0.5rem;
}
article.accordion + .buttons {
  margin: -0.4rem 0 1rem 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-start;
}
article.accordion + .buttons a {
  box-sizing: border-box;
  padding: 0.1rem 0.5rem;
  border: 1px solid #666666;
  color: #666666;
}
article.accordion + .buttons a:hover {
  background-color: #ffffff;
}
/* ENDE Klapp-Content / Accordion */

/* -------------------- Captcha -------------------- */
.capt {
  background: #dbdbdb;
  border-color: #cfcfcf;
  border-radius: 4px 20px;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 1rem;
  width: 15em;
  float: right;
}
@media (max-width: 420px) {
  .capt {
    width: 10rem !important;
  }
}
.capt #jutho_captcha_space #jutho_captcha_new_link,
.capt #jutho_captcha_space #jutho_captcha_helper_link {
  border-color: #e94b47;
  display: inline-block;
}
.capt #jutho_captcha_space #jutho_captcha_new_link:before,
.capt #jutho_captcha_space #jutho_captcha_helper_link:before {
  color: #e94b47;
}
.capt #jutho_captcha_space #jutho_captcha_new_link {
  position: relative;
  top: -1px;
}
.capt #jutho_captcha_space #jutho_captcha {
  display: block;
  width: 100%;
}
@media (max-width: 420px) {
  .capt #jutho_captcha_space #jutho_captcha {
    float: none;
  }
}
#captcha_helper,
#helperid,
#helperid2 {
  color: #e94b47;
  font-size: 90%;
  background: #e3e3e3;
  border-radius: 4px 20px;
  padding: 1rem;
  border-style: solid;
  border-color: #cfcfcf;
  border-width: 1px;
  box-shadow: 6px 6px 17px -11px rgba(0, 0, 0, 0.4);
}
#fs_datenschutz .fmail {
  clear: both;
  text-align: left;
  padding: 1rem 0;
}
/* -------------------- Ende Captcha -------------------- */

iframe.appframe {
border: none;
width: 100%;
height: 70em;
}

.rahmen fieldset {
display: block;
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;
border-top-color: threedface;
border-right-color: threedface;
border-bottom-color: threedface;
border-left-color: threedface;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
min-width: min-content;
padding-left: 1em;
}

.multiple {
flex-wrap: nowrap;
justify-content: flex-end;
}
.multiple label.radiolabel {
flex:1;
text-align:left;
}
.multiple span.radio_wrapper {
flex:1;
margin: 0;
}
@media only screen and (max-width: 600px) {
.multiple span.radio_wrapper {
flex:1;
margin: 0;
text-align:center;
}
}
.multiple span.radio {
    display: block;
    margin:0;
}