/* Compiled Less CSS File */
/* Generated from "1vergleich.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 {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.3em;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: 100%;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}
header {
  margin: 20px 0px;
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
header h1 {
  font-size: 2em;
  color: #7dbbce;
  padding: 10px;
}
#teaser {
  margin: 0px 0px 20px 0px;
  width: 100%;
  max-width: 1024px;
}
#teaser img {
  width: 100%;
  height: auto;
}
#breadcrumb {
  width: 100%;
  height: 30px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
#breadcrumb ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 5px 0px 5px 15px;
}
#breadcrumb ul li {
  padding: 0px 10px 0px 10px;
}
#breadcrumb ul li:first-child {
  padding: 0px 10px 0px 0px;
}
#breadcrumb ul li a {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.4em;
  color: #999999;
  text-decoration: none;
}
#breadcrumb ul li a:hover,
#breadcrumb ul li a.aktiv {
  color: #7dbbce;
}
main {
  width: 100%;
  max-width: 1024px;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
}
main h1 {
  font-size: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #7dbbce;
  line-height: 1.4em;
}
main h2 {
  font-size: 1.35em;
  font-weight: bold;
  color: #7dbbce;
  line-height: 1.4em;
}
main h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #7dbbce;
  line-height: 1.4em;
}
main h4 {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  line-height: 1.4em;
}
main p {
  font-size: 1em;
  color: #333333;
  line-height: 1.3em;
}
main p.agbs {
  font-size: 0.875em;
  margin: 10px 0px 10px 30px;
  color: #333333;
  line-height: 1.3em;
}
main a {
  font-size: 1em;
  color: #7dbbce;
  line-height: 1.3em;
  text-decoration: none;
}
main a.button {
  background-color: #7dbbce;
  text-decoration: none;
  font-size: 1.25em;
  padding: 7px 12px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.3em;
  border-radius: 5px;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
}
main ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0px 0px 0px  30px;
}
main ol li {
  font-size: 0.875em;
  margin: 10px 0px 10px 0px;
  color: #333333;
  line-height: 1.3em;
}
footer {
  position: relative;
  height: 60px;
  padding: 0px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
footer #rights {
  align-self: flex-end;
}
footer #rights .copy {
  color: #999999;
}
footer nav {
  align-self: flex-end;
}
footer nav ul {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
}
footer nav ul li {
  padding: 0px 8px;
}
footer nav ul li a {
  text-decoration: none;
  color: #7dbbce;
  cursor: pointer;
}
@media screen and (max-width: 840px) and (min-width: 641px) {
  .container {
    margin: 0 auto -20px;
  }
  main {
    padding: 30px 20px 30px 20px;
    box-sizing: border-box;
  }
  main p {
    font-size: 0.875em;
    color: #333333;
    line-height: 1.6em;
  }
  main a {
    font-size: 0.875em;
    padding: 5px 10px;
    border-radius: 4px;
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    line-height: 1.6em;
  }
  main a.button {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
  .container {
    margin: 0 auto -20px;
  }
  header {
    margin: 10px 0px;
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  header h1 {
    font-size: 1.25em;
    padding: 5px;
  }
  #breadcrumb ul li {
    padding: 0px 5px 0px 5px;
  }
  #breadcrumb ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
  #breadcrumb ul li a {
    font-size: 0.875em;
  }
  main {
    padding: 20px 5px 20px 5px;
    box-sizing: border-box;
  }
  main h1 {
    font-size: 1.5em;
  }
  main h2 {
    font-size: 1.25em;
  }
  main h3 {
    font-size: 1.125em;
  }
  main h4 {
    font-size: 0.875em;
  }
  main ul {
    color: #999999;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0px 0px 0px 17px;
  }
  main p,
  main li {
    font-size: 0.875em;
    color: #333333;
    line-height: 1.8em;
  }
  main p.agbs,
  main li.agbs {
    font-size: 0.75em;
    margin: 8px 0px 8px 25px;
    color: #333333;
    line-height: 1.3em;
  }
  main a {
    font-size: 1em;
    color: #7dbbce;
    line-height: 1.3em;
    text-decoration: none;
  }
  main a.button {
    font-size: 1.125em;
    padding: 5px 10px;
    border-radius: 4px;
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    line-height: 1.3em;
  }
  main ol {
    margin: 0px 0px 0px 25px;
  }
  main ol li {
    font-size: 0.75em;
    margin: 8px 0px 8px 0px;
    color: #333333;
    line-height: 1.3em;
  }
  footer {
    height: 100px;
    padding: 0px 5px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-content: flex-start;
  }
  footer #rights .copy p {
    line-height: 1.3em;
  }
  footer nav {
    margin: 10px 0px 0px 0px;
    align-self: flex-start;
  }
  footer nav ul {
    list-style-type: none;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  footer nav ul li {
    padding: 0px;
  }
  footer nav ul li a {
    line-height: 1.3em;
    text-decoration: none;
    color: #7dbbce;
    cursor: pointer;
  }
}