/* Compiled Less CSS File */
/* Generated from "prüf24.css" */

/* LESS Document */
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.3em;
  text-align: left;
  background: #ffffff;
  color: #333333;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  overflow-y: scroll;
  min-width: 320px;
  height: 100%;
}
.container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
}
.ycnsme {
  display: none !important;
}
h1 {
  font-size: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #00b0f0;
  line-height: 1.4em;
}
h2 {
  font-size: 1.35em;
  font-weight: bold;
  color: #00b0f0;
  line-height: 1.4em;
}
h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #00b0f0;
  line-height: 1.4em;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  color: #999999;
  line-height: 1.4em;
}
p,
td {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.4em;
  color: #999999;
}
a {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
  color: #00b0f0;
  text-decoration: none;
}
a.button {
  margin-right: 20px;
  background-color: #00b0f0;
  color: #333333;
  border-radius: 3px;
  padding: 5px 20px;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
}
.rechts {
  text-align: right;
}
.vergleich {
  padding: 2px 10px;
  font-weight: normal;
  line-height: 1.4em;
  color: #999999;
}
.vergleich a {
  font-size: 1em;
}
.centerblock {
  width: 100%;
  text-align: center;
}
.leftblock {
  width: 100%;
  text-align: left;
}
#fenster {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 0%;
  width: 0%;
  z-index: -10;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  background-color: rgba(180, 234, 251, 0.55);
}
#fenster.show {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: 10;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
}
#fenster #infofenster {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid #333333;
  width: 50%;
  max-width: 640px;
}
#fenster #infofenster.noborder {
  border: none;
}
#fenster #infofenster #infoh1 {
  box-sizing: border-box;
  padding: 10px;
}
#fenster #infofenster #infop {
  box-sizing: border-box;
  padding: 10px;
}
#fenster #infofenster #infoclose {
  position: relative;
  z-index: 20;
  margin: 5% 0px 2% 0px;
  width: 150px;
  height: 24px;
  background: #eaf8ff;
  color: #999;
  border: 1px solid #7dbbce;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
th {
  font-size: 1em;
  height: 40px;
  vertical-align: middle;
}
hr {
  border: solid #00b0f0 1px;
  height: 4px;
  margin: 20px 0px 10px 0px;
  width: 90%;
}
#closemenu {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: transparent;
  z-index: 900;
}
header {
  margin: 10px 0px 0px 0px;
  background-position: top center;
  background-repeat: repeat;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 2%;
  height: 140px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
header #helpline {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
}
header #helpline ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 95%;
}
header #helpline ul li {
  width: 50%;
}
header #helpline ul li a {
  background-color: #00b0f0;
  color: #e2e2e2;
  font-size: 1.875em;
  border: 1px solid #2f83b3;
  padding: 4px 10px;
  border-radius: 5px;
}
header #helpline ul li a:hover,
header #helpline ul li a:active {
  color: #ffffff;
}
header #helpline ul li.email {
  text-align: left;
}
header #helpline ul li.telefon {
  text-align: right;
}
header #fullheader {
  padding: 20px 0px 10px 0px;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
}
header #fullheader #headerlogo {
  box-sizing: border-box;
  width: 33%;
}
header #fullheader #headerlogo picture {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
header #fullheader #headerlogo picture img {
  width: 80%;
  height: auto;
}
header #fullheader #cashback {
  display: flex;
  width: 67%;
  flex-flow: column nowrap;
  justify-content: center;
  box-sizing: border-box;
  align-items: flex-end;
}
header #fullheader #cashback a {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
header #fullheader #cashback a picture {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 0px 2%;
  box-sizing: border-box;
}
header #fullheader #cashback a picture img {
  width: 80%;
  height: auto;
}
nav {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 0px 0px 0px;
}
nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
}
nav ul li {
  position: relative;
  padding: 4px 12px 4px 6px;
  background-color: #ffffff;
}
nav ul li ul {
  display: none;
  transition: height 1s;
}
nav ul li p.menu {
  color: #333333;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
nav ul li ul {
  display: flex;
  position: absolute;
  top: 40px;
  z-index: 1000;
  padding: 0px;
  width: auto;
  height: auto;
  flex-direction: column;
}
nav ul li ul li {
  padding: 4px 12px 4px 6px;
}
nav ul li ul li:first-child {
  padding: 8px 12px 4px 6px;
}
nav ul li ul li:last-child {
  padding: 4px 12px 8px 6px;
}
nav ul li ul p {
  color: #999999;
  font-weight: normal;
  font-size: 0.875em;
  white-space: nowrap;
}
nav ul li ul p.link {
  cursor: pointer;
  color: #333333;
}
nav ul li ul p.link:hover,
nav ul li ul p.link:active {
  color: #00b0f0;
}
aside {
  box-sizing: border-box;
  margin: 70px 0px 20px 0px;
  padding: 1% 12px 1% 12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 850px;
}
aside h1 {
  box-sizing: border-box;
  width: 80%;
  padding: 1%;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}
aside h4 {
  box-sizing: border-box;
  padding: 1%;
  width: 20%;
  background-color: #ffffff;
  color: #333333;
  font-size: 1em;
  text-align: center;
  background-image: url("../images/design/hier-klicken.webp");
  background-position: center 80%;
  background-repeat: no-repeat;
}
main {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  padding: 2% 0px 2% 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
}
main #kacheln {
  width: 100%;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}
main #kacheln ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 850px;
}
main #kacheln ul li {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border-radius: 5px;
  width: 200px;
  height: 200px;
  background-position: center 27%;
  background-repeat: no-repeat;
  background-color: #00b0f0;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  cursor: pointer;
  margin: 3px;
}
main #kacheln ul li h2 {
  margin: 38% 0px 0px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 0.04em;
}
main #kacheln ul li:first-child {
  margin: 3px;
}
main #kacheln ul li.privathaftpflicht {
  background-image: url("../images/home/privathaftpflicht.png");
}
main #kacheln ul li.hundehalterhaftpflicht {
  background-image: url("../images/home/hundehalterhaftpflicht.png");
}
main #kacheln ul li.pferdehalterhaftpflicht {
  background-image: url("../images/home/pferdehalterhaftpflicht.png");
}
main #kacheln ul li.bauherrenhaftpflicht {
  background-image: url("../images/home/bauherrenhaftpflicht.png");
}
main #kacheln ul li.gewaesserschadenhaftpflicht {
  background-image: url("../images/home/gewaesserschadenhaftpflicht.png");
}
main #kacheln ul li.hausundgrundbesitzerhaftpflicht {
  background-image: url("../images/home/haus-und-grundbesitzhaftpflicht.png");
}
main #kacheln ul li.hausrat {
  background-image: url("../images/home/hausrat.png");
}
main #kacheln ul li.wohngebaeude {
  background-image: url("../images/home/wohngebaeude.png");
}
main #kacheln ul li.unfall {
  background-image: url("../images/home/unfall.png");
}
main #kacheln ul li.unfall #UnfallTipp {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  bottom: 2px;
  right: 2px;
  width: 33%;
  height: 33%;
  z-index: 10;
}
main #kacheln ul li.unfall #UnfallTipp h3 {
  color: #ffffff;
}
main #kacheln ul li.gkv {
  background-image: url("../images/home/gkv.webp");
}
main #kacheln ul li.gkv #GKVTipp {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  box-sizing: border-box;
  bottom: 2px;
  right: 2px;
  width: 98%;
  height: 25%;
  z-index: 10;
}
main #kacheln ul li.gkv #GKVTipp h3 {
  text-align: center;
  color: #ffffff;
  font-size: 0.75em;
}
main #kacheln ul li.rechtsschutz {
  background-image: url("../images/home/rechtsschutz.png");
}
main #kacheln ul li.bauleistungsversicherung {
  background-image: url("../images/home/baulaeistungsversicherung.png");
}
main #kacheln ul li.kfz {
  background-image: url("../images/home/kfz-versicherungen.png");
}
main #kacheln ul li.strom {
  background-image: url("../images/home/strom.webp");
}
main #kacheln ul li.gas {
  background-image: url("../images/home/gas.webp");
}
main #kacheln ul li.dsl {
  background-image: url("../images/home/dsl.webp");
}
main #kacheln ul li.tagesgeld {
  background-image: url("../images/home/tagesgeld.webp");
}
main #kacheln ul li.festgeld {
  background-image: url("../images/home/festgeld.webp");
}
main #agbs {
  width: 100%;
  margin: 3% 0px 0px 0px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  max-width: 800px;
}
main #agbs h1 {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  color: #333333;
  line-height: 1.4em;
  width: 100%;
}
main #agbs h3 {
  font-size: 0.9125em;
  font-weight: bold;
  line-height: 1.3em;
  color: #333333;
}
main #agbs p {
  margin: 5px 0px;
  width: 100%;
  color: #333333;
  line-height: 1.3em;
}
main #agbs p strong {
  font-weight: bold;
}
main #agbs ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0px 0px 0px 17px;
  max-width: 800px;
}
main #agbs ol li {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
main #agbs ol li::marker {
  font-size: 0.875em;
  color: #333333;
  font-weight: bold;
}
main #agbs ol li p {
  font-size: 0.875em;
  line-height: 1.3em;
  color: #333333;
}
main #agbs ol li ul {
  list-style-type: circle !important;
  list-style-position: outside;
  margin: 0px 0px 0px 17px;
}
main #agbs ol li ul li {
  box-sizing: border-box;
  width: 100%;
  padding: 2px 0px;
}
main #agbs ol li ul li::marker {
  font-size: 0.875em;
  color: #333333;
  font-weight: bold;
}
main #agbs ol li ul li p {
  font-size: 0.875em;
  line-height: 1.3em;
  color: #333333;
}
main #agbs ol li ol {
  list-style-type: upper-alpha !important;
  list-style-position: outside;
  margin: 0px 0px 0px 17px;
}
main #agbs ol li ol li {
  box-sizing: border-box;
  width: 100%;
  padding: 2px 0px;
}
main #agbs ol li ol li::marker {
  font-size: 0.875em;
  color: #333333;
  font-weight: bold;
}
main #agbs ol li ol li p {
  font-size: 0.875em;
  line-height: 1.3em;
  color: #333333;
}
footer {
  height: 80px;
  background-color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
footer #footermenu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
footer #footermenu #rights {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  width: 66%;
  box-sizing: border-box;
  padding: 0px 0px 0px 2%;
}
footer #footermenu #rights .center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  box-sizing: border-box;
  margin: 0px 15px 0px 0px;
}
footer #footermenu #rights .center h2 {
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  line-height: 1em;
}
footer #footermenu #rights img {
  width: 80px;
  height: auto;
}
footer #footermenu #rightsmenu {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  width: 33%;
  padding: 0px !important;
}
footer #footermenu #rightsmenu ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
}
footer #footermenu #rightsmenu ul li {
  position: relative;
  padding: 3px 0px;
}
footer #footermenu #rightsmenu ul li a {
  color: #000000;
  font-size: 1em;
}
footer #footermenu #rightsmenu ul li a:hover {
  color: #00b0f0;
}
@media (max-width: 870px) and (min-width: 768px) {
  nav ul li p.menu {
    width: 90%;
    text-align: center;
  }
  nav ul li ul {
    top: 60px;
  }
}
@media (max-width: 767px) {
  #fenster #infofenster {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #ffffff;
    border: 1px solid #333333;
    width: 75%;
    max-width: 640px;
  }
  #fenster #infofenster.noborder {
    border: none;
  }
  #fenster #infofenster #infoh1 {
    box-sizing: border-box;
    padding: 10px;
  }
  #fenster #infofenster #infop {
    box-sizing: border-box;
    padding: 10px;
  }
  #fenster #infofenster #infoclose {
    position: relative;
    z-index: 20;
    margin: 5% 0px 5% 0px;
    width: 150px;
    height: 24px;
    background: #eaf8ff;
    color: #999;
    border: 1px solid #7dbbce;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
  }
  header {
    height: auto;
    background-size: 100% 100px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  header #helpline {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
  }
  header #helpline ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
  }
  header #helpline ul li {
    width: 100%;
    margin: 4px 0px;
  }
  header #helpline ul li a {
    font-size: 1.5em;
    padding: 4px 10px;
    border-radius: 5px;
  }
  header #helpline ul li a:hover,
  header #helpline ul li a:active {
    color: #ffffff;
  }
  header #helpline ul li.email,
  header #helpline ul li.telefon {
    text-align: center;
  }
  header #fullheader {
    height: auto;
    width: 100%;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  header #fullheader #headerlogo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
  }
  header #fullheader #headerlogo picture {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  header #fullheader #headerlogo picture img {
    width: auto;
    height: 80px;
  }
  header #fullheader #cashback {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    margin: 2% 0px 1% 0px;
    justify-content: center;
  }
  header #fullheader #cashback picture a {
    justify-content: center;
  }
  header #fullheader #cashback picture a img {
    width: 80%;
    height: auto;
  }
  nav {
    box-sizing: border-box;
    flex-flow: row wrap;
  }
  nav ul {
    box-sizing: border-box;
    padding: 2px 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
  }
  nav ul li {
    position: relative;
    padding: 7px 5px;
    width: 100%;
  }
  nav ul li p.menu {
    font-size: 1em;
    text-align: center;
  }
  nav ul li ul {
    display: flex;
    position: relative;
    top: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-color: rgba(250, 250, 250, 0.7);
  }
  nav ul li ul p {
    color: #999999;
    font-weight: normal;
    font-size: 0.875em;
    white-space: nowrap;
    text-align: center;
  }
  nav ul li ul p.link {
    cursor: pointer;
    color: #333333;
  }
  nav ul li ul p.link:hover,
  nav ul li ul p.link:active {
    color: #00b0f0;
  }
  aside {
    margin: 30px 0px 20px 0px;
    max-width: 640px;
  }
  aside h1 {
    font-size: 1.25em;
  }
  aside h4 {
    box-sizing: border-box;
    padding: 1%;
    width: 20%;
    background-color: #ffffff;
    color: #333333;
    font-size: 0.875em;
    text-align: center;
    background-image: url("../images/design/hier-klicken.webp");
    background-size: 50% auto;
    background-position: center 80%;
    background-repeat: no-repeat;
  }
  main {
    margin: 0px !important;
  }
  main #kacheln ul {
    justify-content: center;
  }
  footer {
    height: 200px;
    background-color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
  }
  footer #footermenu {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
  }
  footer #footermenu #rights {
    justify-content: center;
    width: 100%;
    padding: 0px 0px 0px 2%;
  }
  footer #footermenu #rights .center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    box-sizing: border-box;
    margin: 0px 15px 0px 0px;
  }
  footer #footermenu #rights .center h2 {
    vertical-align: middle;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
    line-height: 1.4em;
  }
  footer #footermenu #rights #centermobil {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: center;
    margin: 10px 0px;
  }
  footer #footermenu #rights #centermobil img {
    width: 80px;
    height: auto;
  }
  footer #footermenu #rightsmenu {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    padding: 0px !important;
  }
  footer #footermenu #rightsmenu ul {
    margin: 10px 0px 10px 0px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 2%;
  }
  footer #footermenu #rightsmenu ul li {
    position: relative;
    width: 100%;
    padding: 3px 0px;
    text-align: center;
  }
  footer #footermenu #rightsmenu ul li a {
    color: #000000;
    font-size: 1em;
  }
  footer #footermenu #rightsmenu ul li a:hover {
    color: #00b0f0;
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  aside {
    max-width: 430px;
  }
  aside h1 {
    font-size: 1em;
  }
  aside h4 {
    font-size: 0.75em;
    background-size: 50% auto;
    background-position: center 80%;
    background-repeat: no-repeat;
  }
}