/*  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: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  content: "\f118";
  height: 0;
  width: 28px;
  margin-left: 6px;
}



/*   VMarkt CSS Styles für Content    */

/* Numbers in circle: <em class="numb"></em> */
.numb {
  background: #b2020c;
  display: inline-block;
  border-radius: 5rem;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  width: 24px;
  /* Anpassen je nach Schriftgr��e */
  height: 23px;
  /* Anpassen je nach Schriftgr��e */
  padding-top: 1px;
  /* Anpassen je nach Schriftgr��e */
}

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

/* Formulare */
form {
  /* ------------------------ Umfrage ------------------------ */
}
form fieldset {
  border: none;
  margin: 1rem 0;
  background: #efefef;
}
form fieldset legend {
  background: #e1e2e3;
  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 35px;
  /* 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: #b2020c;
  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: 0 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: 80%;
  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: #a5a7ac;
  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(225, 226, 227, 0.4);
  /* fade setzt objekt-transparenz ohne alpha, nur less */
  background: #fbfbfc;
  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: 1rem;
  height: 1rem;
  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: #acafb2;
  border-color: #929599;
}
form .notenzeile .radio_wrapper .radio:nth-child(2),
form .umfragezeile .radio_wrapper .radio:nth-child(2) {
  background: #9fa2a5;
  border-color: #85898d;
}
form .notenzeile .radio_wrapper .radio:nth-child(3),
form .umfragezeile .radio_wrapper .radio:nth-child(3) {
  background: #929599;
  border-color: #787c80;
}
form .notenzeile .radio_wrapper .radio:nth-child(4),
form .umfragezeile .radio_wrapper .radio:nth-child(4) {
  background: #85898d;
  border-color: #6b6f73;
}
form .notenzeile .radio_wrapper .radio:nth-child(5),
form .umfragezeile .radio_wrapper .radio:nth-child(5) {
  background: #787c80;
  border-color: #5f6266;
}
form .notenzeile .radio_wrapper .radio:nth-child(6),
form .umfragezeile .radio_wrapper .radio:nth-child(6) {
  background: #6b6f73;
  border-color: #535659;
}
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;
  }
}

/* Umfrageformulare */
.um01, .um02, .um03, .um04, .um05, .um06 {
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4) inset;	/* horizonatl, vertikal, weichzeichnung, groesse, farbe, alpha, inset = schatten nach innen */
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000000;				/* hor - vert - blur */
	opacity: 0.4;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	}
.noten .um01, .noten .um02, .noten .um03, .noten .um04, .noten .um05, .noten .um06, .um01:hover, .um02:hover, .um03:hover, .um04:hover, .um05:hover, .um06:hover {
	opacity: 1;
	}
.um01 { background: #5CC456; }
.um02 { background: #9ECA4B; }
.um03 { background: #D5D43F; }
.um04 { background: #C7A641; }
.um05 { background: #C77841; }
.um06 { background: #D64B3B; }

.noten {
	margin: 1.5rem 2.8rem -2.7rem 0;
	text-align: right;
	}
.noten li {
	line-height: 2rem;
	}

.bewert {
	display: table;
	padding-top: 1rem;
	}
#bewertnoten {
	padding-top: 3rem;
	}
	
.tablerow label, .tablerow ul {
	display: table-cell;
	padding: 0 0 0.3rem 1rem;
	}
.tablerow label {
	width: 99%;
	vertical-align: sub;
	}
.bewert .umfraglabel {
	width: 99%;
	vertical-align: middle;
	}
.tablerow ul {
	min-width: 14rem;
	}

.tablerow {
	display: table-row;
	}
.tablerow .radiobut, .tablerow .checkbut {
	display: table;
	margin: 0;
	}

.ulrow input {
	float: right;
	}
.ulrow label {
	width: 47%;
	display: inline-block;
	}

.bewert input {
	margin: 0.5rem 0.4rem;
	}
.bewert .radiobut label, .bewert .checkbut label {
	margin: 3rem 0 -2.5rem 0rem;
	}




/* 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: #c7c9ca;
}
#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(225, 226, 227, 0.05);
  /* fade setzt objekt-transparenz ohne alpha, nur less */
  background: #fbfbfc;
  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: #c7c9ca;
}
/* Rechner */
.altrechner form table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.altrechner form table tr {
  background: #e9eaea;
}
.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(225, 226, 227, 0.4);
  /* fade setzt objekt-transparenz ohne alpha, nur less */
  background: #fbfbfc;
}
.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: #d4d5d7 !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: #e9eaea;
}
#altrechspec form table tr:last-child {
  background: #d4d5d7;
}
#altrechspec form table tr:first-child + tr {
  display: table-row;
}
#altrechspec form table .ergeb {
  background: #d4d5d7;
} 

.qualitaet #bewert {
margin-top: 4rem;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: stretch;
color: #fdfdfd;
font-weight: bold;
}

.qualitaet #bewert article {
background: url(../../images/bewertung.png);
background-position: 0rem 0rem;
background-repeat: no-repeat;
background-size: cover;
display: block;
width: 141px;
height: 141px;
box-sizing: border-box;
text-align: center;
padding: 1.2rem 0 0 0;
margin: 5px;
}

.qualitaet #bewert article span {
display: block;
width: 7rem;
margin: auto;
margin-top: 1rem;
font-size: 38px;
border-style: solid;
border-color: #fdfdfd;
border-width: 1px 0 0 0;
padding-top:1rem;
}

.vmarkt h1, h2 {
font-size: 1.5em;
}

fieldset {
background-color: #fff;
border-radius: 4px 20px;
padding: 1rem;
border: 1px solid #c0c0c0;
margin: 0 2px;
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: -webkit-min-content;
}


fieldset.impressum {
background-color: #fff;
border-radius: 4px 20px;
padding: 1rem;
border: 1px solid #c0c0c0;
margin: 0 2px;
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: -webkit-min-content;
}

fieldset legend {
background-color: white;
padding: 0.25rem 1rem;
border-radius: 2rem;
border: 1px solid lightgray;
color: black;
font-size:0.9em;
display: block;
-webkit-padding-start: 2px;
-webkit-padding-end: 2px;
border-top-width: initial;
border-right-width: initial;
border-bottom-width: initial;
border-left-width: initial;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: initial;
border-right-color: initial;
border-bottom-color: initial;
border-left-color: initial;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
}

.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;
}
.vmarkt h1 {
height:30px;
margin-bottom:40px;
top: 10px;
right: 150px;
position: inherit;
}

.vmarkt ul {
margin-bottom: 15px;
}
#adressblock ul {
list-style-type: none;
}

#adressblock ul .adrtel:before, #adressblock ul .adrfax:before, #adressblock ul .adrmail:before, #adressblock ul .adrurl:before {
font-family: 'FontAwesome';
display: inline-block;
margin-right: 8px;
color: #878787;
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;
}

.vmarkt legend {
margin-bottom: 20px;
}
