/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/
::selection {
  background: #5e5e5e;
  color: #fff;
}
::-moz-selection {
  background: #5e5e5e;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(0, 94, 170, 0.6);
}
@font-face {
  font-family: 'roboto_light';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
}
@font-face {
  font-family: 'roboto_medium';
  src: url('../fonts/Roboto-Medium-webfont.eot');
  src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
}
@font-face {
  font-family: 'robotocondensed_light';
  src: url('../fonts/RobotoCondensed-Light-webfont.eot');
  src: url('../fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Light-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedregular') format('svg');
}
@font-face {
  font-family: 'robotocondensed_regular';
  src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
  src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
}
@font-face {
  font-family: 'robotocondensed_bold';
  src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
  src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
}
@font-face {
  font-family: 'robotoslab_medium';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v36-latin-700.woff2') format('woff2');
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'roboto_light', Arial, sans-serif;
  font-size: 62.5%;
  color: #2b2b2b;
  background-color: #ffffff;
  overflow-x: hidden;
}
.clear {
  clear: both;
}
.spacer {
  height: 2.4em;
  clear: both;
}
div.wrap,
div.wrap-fullsize {
  position: relative;
  font-size: 2.0em;
  line-height: 1.5em;
}
div.wrap {
  padding: 1.6em 0.8em;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  div.wrap {
    max-width: 1280px;
    margin: 0 auto 0 auto;
  }
}
header#pageheader div.wrap {
  padding: 1em 0.8em;
}
@media only screen and (min-width: 769px) {
  header#pageheader div.wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  header#pageheader div.logo {
    margin-bottom: 1.2em;
  }
}
header#pageheader div.logo img {
  display: block;
  width: 191px;
  height: 42px;
}
@media only screen and (max-width: 768px) {
  header#pageheader div.logo img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  header#pageheader nav#nav-top ul {
    text-align: center;
  }
}
header#pageheader nav#nav-top ul li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  header#pageheader nav#nav-top ul li {
    margin-right: 1.6em;
  }
}
@media only screen and (min-width: 769px) {
  header#pageheader nav#nav-top ul li {
    margin-left: 3.2em;
  }
}
header#pageheader nav#nav-top ul li img {
  vertical-align: text-top;
  margin: 0.1em 0.4em 0 0;
}
aside#headerimage {
  position: relative;
}
aside#headerimage::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.6vw;
  position: absolute;
  bottom: 0;
  background-image: url('../img/albstrom-ongreen-welle-weiss.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
main#content div.wrap {
  padding: 3.2em 0.8em;
}
div#sidebar {
  position: fixed;
  font-size: 2.0em;
  line-height: 1.6em;
  color: #ffffff;
  background-color: #005eaa;
  padding: 1.2em;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  div#sidebar {
    width: 100%;
    bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  div#sidebar {
    right: 0;
    top: 70%;
  }
}
div#sidebar a {
  color: #ffffff;
}
div#sidebar a.ce-button {
  color: #005eaa;
  background-color: #ffffff;
  margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  div#sidebar a.ce-button {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  div#sidebar img.pfeil {
    display: none;
  }
}
footer#pagefooter {
  color: #ffffff;
  background-color: #4e7e0f;
}
footer#pagefooter a {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  footer#pagefooter div.wrap {
    padding-bottom: 6.4em;
  }
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div.wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 6.4em;
  }
}
@media only screen and (max-width: 768px) {
  footer#pagefooter div.logo {
    margin-bottom: 1.2em;
  }
}
footer#pagefooter div.logo img {
  width: 297px;
  height: 66px;
}
@media only screen and (max-width: 768px) {
  footer#pagefooter div.anschrift {
    margin-bottom: 1.2em;
  }
}
footer#pagefooter div.anschrift a {
  text-decoration: underline;
}
footer#pagefooter nav#nav-foot {
  font-family: 'roboto_medium', Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter nav#nav-foot {
    text-align: right;
  }
}
footer#pagefooter nav#nav-foot ul li {
  display: block;
}
a {
  color: #2b2b2b;
  text-decoration: none;
}
p {
  margin: 0 0 1.2em 0;
  padding: 0 0 0 0;
}
strong,
b {
  font-family: 'robotoslab_medium', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
.green {
  color: #4e7e0f;
}
a.ce-button {
  display: inline-block;
  text-decoration: none;
  padding: 0.3em 2.4em;
  color: #ffffff;
  background-color: #005eaa;
  cursor: pointer;
}
.ce-center {
  text-align: center;
}
.ce-halfwidth {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none;
}
main ul,
main ol {
  margin: 0 0 1.2em 0;
}
main ul li,
main ol li {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}
main a {
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-family: 'robotocondensed_light', Arial, sans-serif;
  font-weight: normal;
  color: #2b2b2b;
  text-align: center;
}
h1::after,
h2::after,
h3.border::after {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  margin: 0.8em auto;
  background-color: #2b2b2b;
}
h1 {
  font-size: 2.6em;
  margin: 0.6em 0;
  letter-spacing: 2px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.9em;
    word-wrap: break-word;
  }
}
h2 {
  font-size: 1.6em;
  margin-bottom: 1.2em;
  letter-spacing: 1px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  h2 {
    word-wrap: break-word;
  }
}
h3 {
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
h1.align-left,
h2.align-left,
h3.align-left {
  text-align: left;
}
h1.align-left::after,
h2.align-left::after,
h3.align-left::after {
  margin-left: unset;
  margin-right: unset;
}
@media only screen and (min-width: 769px) {
  article#content-1 div.fourcol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
article#content-1 div.fourcol div.col {
  position: relative;
  padding: 1.2em;
  margin: 1.2em 0;
  color: #ffffff;
  background-color: #4e7e0f;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  article#content-1 div.fourcol div.col {
    width: 24%;
    padding: 1.8em;
  }
}
article#content-1 div.fourcol div.col:first-line {
  font-family: 'robotoslab_medium', Arial, sans-serif;
}
@media only screen and (min-width: 1320px) {
  article#content-1 div.fourcol div.col > strong {
    font-size: 2em;
  }
}
img.tooltip-icon {
  width: 20px;
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  cursor: pointer;
}
div.tooltip-text {
  position: absolute;
  width: 100%;
  color: #2b2b2b;
  background-color: #ffffff;
  padding: 1.2em;
  box-shadow: 0 0 0.6em #8c8c8c;
  box-sizing: border-box;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 768px) {
  div.tooltip-text {
    left: 0;
    top: 50%;
  }
}
@media only screen and (min-width: 769px) {
  div.tooltip-text {
    bottom: 110%;
    left: -50%;
    width: 220%;
  }
}
div.tooltip-text p:last-of-type {
  margin-bottom: 0;
}
article#content-2 {
  background-color: #dce5cf;
  background-image: url('../img/albstrom-ongreen-welle-gruen.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 2.5em;
}
@media only screen and (min-width: 769px) {
  article#content-2 {
    padding-top: 12em;
  }
}
@media only screen and (min-width: 769px) {
  article#content-2 div.twocol {
    display: flex;
    justify-content: space-between;
  }
}
article#content-2 div.twocol div.col-left {
  margin: 1.2em 0;
  padding: 2.4em 1.2em 1.2em 1.2em;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  article#content-2 div.twocol div.col-left {
    width: 59%;
  }
}
article#content-2 div.twocol div.col-right {
  margin: 1.2em 0;
  padding: 2.4em 1.2em 1.2em 1.2em;
  color: #ffffff;
  background-color: #005eaa;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  article#content-2 div.twocol div.col-right {
    width: 39%;
  }
}
article#content-2 div.twocol div.col-right h3 {
  font-family: 'robotoslab_medium', Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 1.2em;
}
article#content-2 div.twocol div.col-right a {
  color: #ffffff;
  text-decoration: none;
  word-wrap: break-word;
}
article#content-2 div.twocol div.col-right ul li {
  display: block;
  margin: 0 0 0.6em 0;
  padding: 0;
}
article#content-2 div.twocol div.col-right img {
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  article#content-3 div.threecol {
    display: flex;
    justify-content: center;
  }
}
article#content-3 div.threecol div.col {
  text-align: center;
  margin: 1.2em 0;
}
@media only screen and (min-width: 769px) {
  article#content-3 div.threecol div.col {
    width: 33%;
  }
}
article#content-3 div.threecol div.col strong {
  display: inline-block;
  margin-bottom: 0.3em;
}
article#content-4 div.twocol {
  background-color: #fafafa;
}
@media only screen and (min-width: 769px) {
  article#content-4 div.twocol {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  article#content-4 div.twocol div.col {
    width: 50%;
    box-sizing: border-box;
  }
  article#content-4 div.twocol div.wrap {
    max-width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  article#content-5 div.wrap {
    max-width: 840px;
  }
}
article#content-5 div.wrap div.ce-bodytext {
  padding: 1.2em;
}
div.frame-accordion {
  margin-bottom: 0.6em;
}
div.frame-accordion h2,
div.frame-accordion h3 {
  position: relative;
  font-size: inherit;
  font-family: 'roboto_light', Arial, sans-serif;
  margin: 0;
  padding: 0.8em 60px 0.8em 1.2em;
  text-align: left;
  background-color: #f4f4f4;
  cursor: pointer;
}
div.frame-accordion h2::before,
div.frame-accordion h3::before,
div.frame-accordion h2::after,
div.frame-accordion h3::after {
  position: absolute;
  top: 30px;
  content: '';
  border-radius: 3px;
  height: 2px;
  width: 30px;
  background: #8c8c8c;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
div.frame-accordion h2::before,
div.frame-accordion h3::before {
  right: 32px;
  transform: rotate(45deg);
}
div.frame-accordion h2::after,
div.frame-accordion h3::after {
  right: 12px;
  transform: rotate(-45deg);
}
div.frame-accordion h2.ausgeklappt::before,
div.frame-accordion h3.ausgeklappt::before {
  transform: rotate(-45deg);
}
div.frame-accordion h2.ausgeklappt::after,
div.frame-accordion h3.ausgeklappt::after {
  transform: rotate(45deg);
}
button.akkordion-button {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
}
