/*
	Margin, padding, and border resets
	except for form elements
*/
/*
	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(227, 0, 15, 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_regular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotomedium') 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: 'roboto_bold';
  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotomedium') format('svg');
}
html,
body {
  height: 100%;
}
body {
  font-family: 'roboto_light', Arial, sans-serif;
  font-size: 62.5%;
  color: #363634;
  background-color: #ffffff;
}
.clear {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .showmobile {
    display: none;
  }
}
.hidemobile {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hidemobile {
    display: block;
  }
}
div.wrap {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  div.wrap {
    padding: 1em;
  }
}
@media only screen and (min-width: 769px) {
  div.wrap {
    margin: 0 auto 0 auto;
  }
}
body#plus-seite {
  background-color: #c6d1d3;
}
div#frame {
  font-size: 1.6em;
  line-height: 1.3em;
}
@media only screen and (min-width: 769px) {
  div#frame {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto 0 auto;
  }
}
div#frame div#frame-nav {
  background: #ececed;
}
@media only screen and (min-width: 769px) {
  div#frame div#frame-nav {
    position: fixed;
    width: 25%;
    height: 100vh;
  }
}
@media only screen and (min-width: 769px) {
  div#frame div#frame-nav div.wrap {
    max-width: 308px;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 769px) {
  div#frame div#frame-nav div#logo {
    margin: 20px 0px 110px 0px;
  }
}
@media only screen and (max-width: 768px) {
  div#frame div#frame-nav div#logo {
    margin: 0px 0px 0px 50px;
    text-align: right;
  }
}
@media only screen and (min-width: 769px) {
  div#frame div#frame-content {
    width: 75%;
    margin-left: 25%;
  }
}
@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  main div.wrap {
    padding: 80px 0px 140px 0px;
  }
}
main a#totop {
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
}
main a#totop.sichtbar {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  main a#totop {
    position: fixed;
    bottom: 10px;
    z-index: 50;
    right: 10px;
  }
}
main div.frame-layout-7 {
  display: none;
}
@media only screen and (min-width: 769px) {
  main div.frame {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  main div.columns-0 {
    max-width: 1045px;
  }
  main div.columns-0 div.frame {
    margin-left: 1.9138755980861244%;
  }
  main div.columns-0 div.frame-layout-0 {
    width: 95.21531100478468%;
    margin-right: 2.8708133971291865%;
  }
  main div.columns-0 div.frame-layout-1 {
    width: 25.837320574162682%;
  }
  main div.columns-0 div.frame-layout-2 {
    width: 39.71291866028708%;
  }
  main div.columns-0 div.frame-layout-3 {
    width: 53.588516746411486%;
  }
  main div.columns-0 div.frame-layout-4 {
    width: 67.46411483253588%;
  }
  main div.columns-0 div.frame-layout-5 {
    width: 81.3397129186603%;
  }
  main div.columns-0 div.frame-layout-6 {
    width: 95.21531100478468%;
    margin-right: 2.8708133971291865%;
  }
  main div.columns-0 div.frame-layout-7 {
    width: 11.961722488038278%;
    visibility: hidden;
  }
  main div.columns-1 {
    max-width: 1440px;
  }
  main div.columns-1 div.frame {
    margin-left: 1.4981273408239701%;
  }
  main div.columns-1 div.frame-layout-0 {
    width: 96.25468164794007%;
    margin-right: 2.247191011235955%;
  }
  main div.columns-1 div.frame-layout-1 {
    width: 20.224719101123593%;
  }
  main div.columns-1 div.frame-layout-2 {
    width: 31.086142322097377%;
  }
  main div.columns-1 div.frame-layout-3 {
    width: 41.947565543071164%;
  }
  main div.columns-1 div.frame-layout-4 {
    width: 52.80898876404494%;
  }
  main div.columns-1 div.frame-layout-5 {
    width: 63.670411985018724%;
  }
  main div.columns-1 div.frame-layout-6 {
    width: 74.53183520599251%;
    margin-left: 10.861423220973784%;
  }
  main div.columns-1 div.frame-layout-7 {
    width: 9.363295880149813%;
    visibility: hidden;
  }
  main div#toplink {
    text-align: right;
    margin-right: 30px;
  }
  main a#totop {
    position: fixed;
    bottom: 10px;
    z-index: 50;
  }
  main div.columns-0 + div#toplink {
    padding-right: 1.9138755980861244%;
  }
  main div.columns-1 + div#toplink {
    padding-right: 1.4981273408239701%;
  }
}
footer {
  font-size: 0.9375em;
  color: #afafae;
  background-color: #363634;
}
footer a {
  color: #afafae;
}
@media only screen and (min-width: 769px) {
  footer div.wrap {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 40px 20px 20px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  footer div.wrap {
    padding: 40px 20px 80px 20px;
  }
}
@media only screen and (min-width: 769px) {
  footer div.wrap div.footer-col {
    width: 33%;
  }
}
@media only screen and (min-width: 1280px) {
  footer div.wrap div.footer-col {
    padding-left: 5%;
  }
}
div#frame-nav {
  max-width: 480px;
}
@media only screen and (max-width: 768px) {
  div#frame-nav {
    height: 52px;
  }
}
@media only screen and (max-width: 768px) {
  div#frame-nav .wrap {
    position: fixed;
    background-color: #ececed;
    width: 100%;
    z-index: 30;
    padding: 1em 1em 0 1em;
  }
}
nav#nav-main {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  nav#nav-main {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  nav#nav-main {
    max-height: 100vh;
    margin-top: 10px;
    overflow: auto;
  }
  nav#nav-main .menu-open:checked ~ ul {
    display: block;
    box-sizing: border-box;
    padding-top: 58px;
    margin-top: -58px;
    height: 100vh;
  }
}
nav#nav-main ul {
  position: relative;
  background: #ececed;
}
@media only screen and (max-width: 768px) {
  nav#nav-main ul {
    display: none;
    max-height: 100vh;
  }
  nav#nav-main ul::-webkit-scrollbar {
    height: 12px;
  }
  nav#nav-main ul::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  nav#nav-main ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  nav#nav-main ul ul.slide-nav-second {
    display: block;
  }
}
nav#nav-main ul li {
  display: block;
  margin: 8px 0px;
  position: relative;
  overflow: hidden;
}
nav#nav-main ul li a {
  display: block;
  padding: 3px 16px;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
  position: relative;
  z-index: 10;
}
nav#nav-main ul li a:hover {
  color: #ececed;
  text-decoration: none;
}
nav#nav-main ul li span {
  background: #ececed;
  display: block;
  height: 100%;
  left: -115%;
  position: absolute;
  top: 0;
  transition: left 0.25s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
nav#nav-main ul li a:hover + span {
  background-color: #363634;
  left: 0;
}
nav#nav-main ul li a:hover + span.fix {
  height: 27px;
}
nav#nav-main ul li.aktiv {
  background: #ececed;
}
nav#nav-main ul li.aktiv  > a {
  color: #ececed;
}
nav#nav-main ul li.aktiv  > a:hover {
  text-decoration: none;
}
nav#nav-main ul li.aktiv a:hover + span,
nav#nav-main ul li.aktiv a.aktiv + span {
  background-color: #363634;
  left: 0;
}
nav#nav-main ul li.aktiv a:hover + span.fix,
nav#nav-main ul li.aktiv a.aktiv + span.fix {
  height: 27px;
}
nav#nav-main ul li ul.slide-nav-second {
  margin-left: 30px;
}
nav#nav-main ul li.nav-leer {
  height: 1.8em;
}
nav#nav-main ul li#plus {
  line-height: 30px;
  padding: 0px 30px 0px 30px;
  background: url(../img/plus-icon.png) no-repeat;
}
@media only screen and (max-width: 768px) {
  nav#nav-main ul li#plus {
    margin: 2.4em 0 0 0.8em;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-main ul li#plus {
    margin: 4.8em 0 0 0.8em;
  }
}
nav#nav-main ul li#plus a {
  color: #007980;
}
nav#nav-main ul li#plus a.aktiv,
nav#nav-main ul li#plus a:hover {
  color: #ffffff;
}
nav#nav-main ul li#plus span.fix {
  height: 35px;
  margin-left: 35px;
}
nav#nav-main ul li#plus ul.slide-nav-second {
  margin-left: 10px;
}
nav#nav-main ul input#menu-main {
  height: 27px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  nav#nav-main ul input#menu-main {
    top: 66px;
  }
}
nav#nav-main ul input#menu-main:checked {
  position: relative;
  top: 0;
}
nav#nav-main ul input:checked + li.aktiv a {
  margin-bottom: 0px;
  color: #ececed;
  text-decoration: none;
}
nav#nav-main ul input:checked + li.aktiv span {
  background-color: #007980;
  left: 0;
}
nav#nav-main ul#slide-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  left: -100%;
  transition: left 0.25s;
  z-index: 50;
  background: #ececed;
}
nav#nav-main ul#slide-nav.aktiv {
  left: 0;
}
nav#nav-main ul#slide-nav li.headli > a:before {
  content: '';
  background: url(../img/back-arrow-icon.png) no-repeat;
  display: block;
  position: absolute;
  left: 0px;
  height: 22px;
  width: 12px;
}
nav#nav-main ul#slide-nav li {
  display: none;
}
nav#nav-main ul#slide-nav li.aktiv {
  display: block;
}
nav#nav-main ul#slide-nav li a {
  margin-bottom: 43px;
}
nav#nav-main ul#slide-nav li a:hover {
  color: #ffffff;
}
nav#nav-main ul#slide-nav li a:hover ~ span {
  background-color: #363634;
  left: 0;
  height: 27px;
}
nav#nav-main ul#slide-nav li ul {
  display: block;
}
nav#nav-main ul#slide-nav li ul li {
  display: block;
}
nav#nav-main ul#slide-nav li ul li a {
  color: #363634;
  margin-bottom: 0px;
}
nav#nav-main ul#slide-nav li ul li a.aktiv {
  color: #ffffff;
}
nav#nav-main ul#slide-nav li ul li a:hover {
  color: #ffffff;
}
label.menu-open-button {
  z-index: 20;
}
@media only screen and (min-width: 769px) {
  label.menu-open-button {
    display: none;
  }
}
.menu-open-button {
  background: transparent;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  position: fixed;
  left: 1em;
  top: 0.4em;
  cursor: pointer;
  color: #363634;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
}
.menu-open {
  /*inputfeld verstecken*/

  display: none;
}
.hamburger {
  /*hamburger position*/

  width: 30px;
  height: 3px;
  background: #363634;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 18px;
  left: 0px;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
.hamburger-1 {
  /*hamburger abstande*/

  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .hamburger-1 {
  /*hamburger zum x animieren*/

  background-color: #363634;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  background-color: #363634;
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  background-color: #363634;
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
nav#nav-foot ul li {
  display: inline-block;
}
nav#nav-foot ul li a {
  text-transform: uppercase;
  padding-right: 0.3em;
}
nav#nav-foot ul li a::after {
  content: "|";
  padding-left: 0.6em;
}
nav#nav-foot ul li:last-of-type a::after {
  content: "";
}
a {
  color: #363634;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 1.2em 0;
  padding: 0 0 0 0;
}
strong,
b {
  font-family: 'roboto_bold', Arial, sans-serif;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  opacity: 0;
  margin: 0px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #bfbfbe;
}
hr.ce-visible-hr {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  hr {
    display: none;
  }
  hr.ce-visible-hr {
    display: block;
  }
}
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;
}
.color-green {
  background-color: #007980;
}
.color-lightgreen {
  background-color: #4ebcbd;
}
.block {
  margin-bottom: 16px;
  padding: 40px 0 21px;
  text-align: center;
  color: #ffffff;
}
time,
span.textgruen {
  color: #007980;
}
p.plussymbol {
  line-height: 30px;
  margin: 2.4em 0 1.2em 0;
  padding: 0px 0px 0px 45px;
  background: url(../img/plus-icon.png) no-repeat;
}
.ce-headline-center,
.text-center {
  text-align: center;
}
h1 {
  font-family: 'roboto_medium', Arial, sans-serif;
  font-size: 3.375em;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1.2em 0;
}
h2 {
  font-family: 'roboto_regular', Arial, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1.2em 0;
  text-align: center;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 2.1875em;
    margin-top: 1.8em;
  }
}
div.ce-textpic-text h2 {
  margin-bottom: 0;
}
h3 {
  font-family: 'roboto_regular', Arial, sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
header {
  position: relative;
}
@media only screen and (max-width: 768px) {
  header figure {
    max-height: 35vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  header .ce-bodytext {
    margin: 1em;
    padding-top: 5em;
    border-bottom: 1px solid #bfbfbe;
  }
}
@media only screen and (min-width: 769px) {
  header .ce-bodytext {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 66.6%;
  }
}
header .ce-bodytext h1 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  font-family: 'roboto_medium', Arial, sans-serif;
  color: #007980;
}
@media only screen and (min-width: 769px) {
  header .ce-bodytext h1 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  header .ce-bodytext h1 {
    font-size: 44px;
    line-height: 44px;
  }
}
header .ce-bodytext p {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-family: 'roboto_regular', Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  header .ce-bodytext p {
    margin-left: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  header .ce-bodytext p {
    font-size: 29px;
    line-height: 29px;
  }
}
header div.frame-type-textmedia {
  margin-bottom: 0px;
}
header div.frame-type-textmedia div.ce-center {
  text-align: left;
}
header div.frame-type-textmedia div.ce-center::after {
  border-bottom: none;
  content: "";
  display: none;
  height: 0px;
  left: 0;
  margin-left: 0px;
  position: relative;
  width: 0px;
}
header div.frame-type-textmedia div.ce-center .ce-bodytext {
  padding-bottom: 0px;
}
@media only screen and (min-width: 769px) {
  body#startseite header .ce-bodytext {
    height: 50%;
  }
}
div.frame-type-text h2 {
  text-align: left;
}
div.frame-type-text h2.text-center,
div.frame-type-text h2.ce-headline-center {
  text-align: center;
}
div.frame-type-text a {
  color: #007980;
}
div.frame-type-textmedia {
  margin-bottom: 50px;
}
div.frame-type-textmedia a {
  color: #007980;
}
div.frame-type-textmedia div.ce-center {
  text-align: center;
}
div.frame-type-textmedia div.ce-center h2 {
  margin-top: 1em;
  font-size: 1.8em;
}
div.frame-type-textmedia div.ce-center::after {
  border-bottom: 3px solid #ececed;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -150px;
  position: relative;
  width: 300px;
}
div.frame-type-textmedia div.ce-center .ce-bodytext {
  padding-bottom: 15px;
}
div.frame-type-textmedia div.ce-right .ce-bodytext {
  width: 100%;
  margin-right: 2.0100502512562812%;
}
@media only screen and (min-width: 769px) {
  div.frame-type-textmedia div.ce-right .ce-bodytext {
    float: left;
    max-width: 56.28140703517588%;
  }
}
div.frame-type-textmedia div.ce-right .ce-gallery {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  div.frame-type-textmedia div.ce-right .ce-gallery {
    float: left;
    max-width: 41.70854271356784%;
  }
}
div.frame-type-textmedia div.ce-left .ce-bodytext {
  width: 100%;
  margin-left: 1.9138755980861244%;
}
@media only screen and (min-width: 769px) {
  div.frame-type-textmedia div.ce-left .ce-bodytext {
    float: left;
    max-width: 70.85427135678391%;
  }
}
div.frame-type-textmedia div.ce-left .ce-bodytext h2 {
  margin: 25px 0;
  text-align: left;
}
div.frame-type-textmedia div.ce-left .ce-bodytext ul {
  font-family: 'roboto_bold', Arial, sans-serif;
}
div.frame-type-textmedia div.ce-left .ce-gallery {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  div.frame-type-textmedia div.ce-left .ce-gallery {
    float: left;
    max-width: 27.1356783919598%;
  }
}
div.frame.frame-type-a-trenner {
  margin-top: 0.6em;
  margin-bottom: 2.4em;
}
.ce-slidecontent {
  text-align: center;
  margin-bottom: 25px;
}
.ce-slidecontent .ce-bilder-slidecontent {
  position: relative;
  margin-bottom: 22px;
  cursor: pointer;
  display: inline-block;
}
.ce-slidecontent .ce-bilder-slidecontent img:last-child {
  left: 50%;
  margin-left: -64px;
  position: absolute;
  transition: all 0.5s;
}
.ce-slidecontent .ce-bilder-slidecontent.open img:last-child {
  transform: rotate(90deg);
}
.ce-slidecontent .ce-text-slidecontent {
  display: inline-block;
}
.ce-slidecontent .ce-text-slidecontent p {
  text-transform: uppercase;
}
.ce-slidecontent .ce-text-slidecontent ul {
  float: left;
  text-align: left;
  display: inline-block;
}
div.frame.frame-aufklapptext {
  margin-bottom: 0.3em;
}
div.frame.frame-aufklapptext h3 {
  position: relative;
  margin: 0 0 0.3em 0;
  padding: 12px 24px;
  background: #ececed;
  cursor: pointer;
}
div.frame.frame-aufklapptext h3::before,
div.frame.frame-aufklapptext h3::after {
  position: absolute;
  top: 26px;
  content: '';
  border-radius: 3px;
  height: 2px;
  width: 18px;
  background: #363634;
  display: block;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
div.frame.frame-aufklapptext h3::before {
  right: 24px;
  transform: rotate(45deg);
}
div.frame.frame-aufklapptext h3::after {
  right: 12px;
  transform: rotate(-45deg);
}
div.frame.frame-aufklapptext h3.aktiv::before {
  transform: rotate(-45deg);
}
div.frame.frame-aufklapptext h3.aktiv::after {
  transform: rotate(45deg);
}
div.frame.frame-aufklapptext p {
  padding: 12px 24px;
}
div.frame.frame-aufklapptext + div.frame-default {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
div.frame-type-textmedia.frame-aktuelles {
  padding: 1.2em 0;
  border-top: 1px solid #bfbfbe;
}
@media only screen and (min-width: 769px) {
  div.frame-type-textmedia.frame-aktuelles div.ce-right .ce-bodytext {
    max-width: 70%;
  }
  div.frame-type-textmedia.frame-aktuelles div.ce-right .ce-gallery {
    float: right;
    max-width: 20%;
    text-align: center;
  }
}
div.frame-type-textmedia.frame-aktuelles h2 {
  font-family: 'roboto_bold', Arial, sans-serif;
  font-size: 1.625em;
  text-align: left;
  text-transform: none;
  margin: 0;
}
div.frame-type-textmedia.frame-aktuelles h3 {
  font-family: 'roboto_light', Arial, sans-serif;
  font-size: inherit;
  margin: 0 0 1.2em 0;
}
div.frame-aktuelles + div.frame-type-a-trenner {
  margin-bottom: 4.8em;
}
div.ce-button-machines {
  margin-bottom: 1.2em;
  box-sizing: border-box;
}
div.ce-button-machines h2 {
  font-family: 'roboto_bold', Arial, sans-serif;
  font-size: 1.625em;
  text-align: left;
  margin: 0 !important;
}
div.ce-button-machines h3 {
  color: #007980;
  font-family: 'roboto_light', Arial, sans-serif;
  font-size: inherit;
  margin: 0;
}
div.ce-button-machines header.ce-button-machines-header a {
  display: block;
  padding: 1.2em;
  background: #ececed;
  transition: 0.2s all ease-in-out;
}
div.ce-button-machines header.ce-button-machines-header a:hover {
  text-decoration: none;
  background: #4ebcbd;
}
div.ce-button-machines header.ce-button-machines-header a:hover h3 {
  color: #ffffff;
}
div.frame-type-uploads {
  padding: 1.2em 0;
}
div.frame-type-uploads h2 {
  text-align: left;
  color: #007980;
}
div.frame-type-uploads ul.ce-uploads {
  border-top: 1px solid #bfbfbe;
}
div.frame-type-uploads ul.ce-uploads li {
  display: block;
  padding: 0.6em 0;
  margin: 0;
  border-bottom: 1px solid #bfbfbe;
}
div.frame-type-uploads span.ce-uploads-fileName,
div.frame-type-uploads span.ce-uploads-description {
  display: block;
}
div.frame-type-uploads span.ce-uploads-strong {
  font-family: 'roboto_bold', Arial, sans-serif;
}
div.frame-type-uploads span.ce-uploads-extension {
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  div.frame-type-uploads div.ce-uploads-left {
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-uploads div.ce-uploads-right {
    float: right;
  }
}
div.frame-type-textmedia.frame-slideshow div.ce-gallery {
  position: relative;
}
@media only screen and (min-width: 769px) {
  div.frame-type-textmedia.frame-slideshow div.ce-right div.unslider {
    float: left;
    max-width: 41.70854271356784%;
  }
  div.frame-type-textmedia.frame-slideshow div.ce-right div.unslider .ce-gallery {
    float: none;
    max-width: none;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-textmedia.frame-slideshow div.ce-left div.unslider {
    float: left;
    max-width: 27.1356783919598%;
  }
  div.frame-type-textmedia.frame-slideshow div.ce-left div.unslider .ce-gallery {
    float: none;
    max-width: none;
  }
}
.unslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap div.ce-content {
  position: relative;
}
.unslider-wrap.unslider-carousel > div {
  float: left;
}
a.unslider-arrow {
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 51px;
  top: 40%;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../img/slideshow-pfeile.png) no-repeat;
  z-index: 5;
}
a.unslider-arrow.prev {
  left: 0px;
}
a.unslider-arrow.next {
  right: 0px;
  background-position: 0px -100px;
}
