/* 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;
}
/* @tablets: ~"only screen and (min-width: 768px) and (max-width: 1024px)";  */
/* -----------------------------------------------------------------------
	Webfonts
----------------------------------------------------------------------- */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qvInvisible {
  display: none !important;
  width: 0 !important;
  height: 0  !important;
}
.page-title {
  position: fixed;
  color: #3a3a3a;
  font-size: 25px;
  right: 0;
  left: 0;
  top: 0;
  background-color: #d5e2ae;
  height: 65px;
  z-index: 100;
}
.page-title .title {
  padding-top: 20px;
  padding-left: 16px;
  font-family: "Webfont", "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
}
.page-title .title-with-path {
  padding-left: 16px;
}
.page-title .nav {
  padding-top: 23px;
  font-size: 17px;
}
.page-content {
  margin-top: 65px;
}
.page-content-gap {
  margin-top: 67px;
}
.hover50:hover {
  opacity: 0.5;
}
/* //////////////*/
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #ffffff;
}
.green {
  color: #b7cc81;
}
.red {
  color: red;
}
.dark-green {
  color: #9bb93f;
}
.dark-gray {
  color: #3a3a3a;
}
.black-gray {
  color: #333333 !important;
}
.bg-black-gray {
  background-color: #333333 !important;
}
.bg-white {
  background-color: #ffffff;
}
.bg-light-green {
  background-color: #d4e0af;
}
.bg-dark-green {
  background-color: #9bb93f;
}
.bg-sated-green {
  background-color: #b7cc77;
}
.bg-light-gray {
  background-color: #eaeaea;
}
.bg-light-white-gray {
  background-color: #f5f5f5;
}
.bg-light-white-light-gray {
  background-color: #eeeeee;
}
.border-top-dotted {
  border-top-style: dotted;
}
.border-gray {
  border-color: #cccccc;
}
.bg-green {
  background-color: #9bb93f;
}
.bg-dark-green {
  background-color: #9bb93f;
}
.wf {
  font-family: "Webfont", "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
}
.rf {
  font-family: Arial, Helvetica, "Microsoft Sans Serif", Geneva, Verdana, sans-serif;
}
.rfc {
  color: #333333;
}
.center {
  text-align: center;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.h0 {
  font-size: 39px;
}
.none {
  display: none !important;
}
.table-row {
  display: table-row;
}
div[data-template-name] {
  display: none;
}
@media (min-width: 75em) {
  .xl-col {
    float: left;
    box-sizing: border-box;
  }
  .xl-col-right {
    float: right;
    box-sizing: border-box;
  }
  .xl-col-1 {
    width: 8.33333%;
  }
  .xl-col-2 {
    width: 16.66667%;
  }
  .xl-col-3 {
    width: 25%;
  }
  .xl-col-4 {
    width: 33.33333%;
  }
  .xl-col-5 {
    width: 41.66667%;
  }
  .xl-col-6 {
    width: 50%;
  }
  .xl-col-7 {
    width: 58.33333%;
  }
  .xl-col-8 {
    width: 66.66667%;
  }
  .xl-col-9 {
    width: 75%;
  }
  .xl-col-10 {
    width: 83.33333%;
  }
  .xl-col-11 {
    width: 91.66667%;
  }
  .xl-col-12 {
    width: 100%;
  }
}
.element {
  font-size: 120%;
  line-height: 140%;
}
.cc-message {
  font-family: Arial, Helvetica, "Microsoft Sans Serif", Geneva, Verdana, sans-serif !important;
  font-size: 90% !important;
  line-height: 140% !important;
  padding: 0 !important;
}
.cc-details {
  font-family: Arial, Helvetica, "Microsoft Sans Serif", Geneva, Verdana, sans-serif;
  font-size: 90% !important;
  line-height: 140% !important;
}
.cc-actions {
  display: block !important;
}
.cc-container {
  backdrop-filter: blur(40px) !important;
  background-color: #ffffff !important;
}
@font-face {
  font-family: "Webfont";
  src: url("webfont/BreeSerif-Regular-webfont.eot");
  src: url("webfont/BreeSerif-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("webfont/BreeSerif-Regular-webfont.woff") format("woff"), url("webfont/BreeSerif-Regular-webfont.ttf") format("truetype"), url("webfont/BreeSerif-Regular-webfont.svg#BreeSerifRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Webfont";
    src: url("webfont/BreeSerif-Regular-webfont.svg#BreeSerifRegular") format("svg");
  }
}
.hover-ul:hover {
  text-decoration: underline;
}
dialog::backdrop {
  background-color: #333333;
  opacity: 0.8;
}
/* foot */
footer .cols a {
  display: block;
}
.footerimg figure {
  margin: 0 auto;
  padding: 0;
  width: 20em;
  display: block;
  vertical-align: bottom;
}
.footerimg img {
  vertical-align: bottom;
}
.footerimg.hugh figure {
  width: 31.333em;
  height: 8.667em;
}
hr {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #999;
  border-bottom: 1px solid #eee \9;
  *border-bottom: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0px 0 10px 0;
  box-shadow: 0 1px 0 #fff;
}
/* <ul> unter dem ersten Video mit custom dots (class im HTML anhängen);
 eventuell musst Du Schriftgröße und Zeilenhöhe noch etwas anpassen.
 Hier kannst Du die ganzen Stile übernehmen, falls keine gleichnamigen existieren. */
