/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 17, 2016 */


@font-face {
    font-family: 'averta-extrabold';
    src: url('../fontsquirrel/averta-extrabold.eot');
    src: url('../fontsquirrel/averta-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../fontsquirrel/averta-extrabold.woff2') format('woff2'),
         url('../fontsquirrel/averta-extrabold.woff') format('woff'),
         url('../fontsquirrel/averta-extrabold.ttf') format('truetype'),
         url('../fontsquirrel/averta-extrabold.svg#avertaextrabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'averta-regular';
    src: url('../fontsquirrel/averta-regular.eot');
    src: url('../fontsquirrel/averta-regular.eot?#iefix') format('embedded-opentype'),
         url('../fontsquirrel/averta-regular.woff2') format('woff2'),
         url('../fontsquirrel/averta-regular.woff') format('woff'),
         url('../fontsquirrel/averta-regular.ttf') format('truetype'),
         url('../fontsquirrel/averta-regular.svg#avertaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta-regularitalic';
    src: url('../fontsquirrel/averta-regularitalic.eot');
    src: url('../fontsquirrel/averta-regularitalic.eot?#iefix') format('embedded-opentype'),
         url('../fontsquirrel/averta-regularitalic.woff2') format('woff2'),
         url('../fontsquirrel/averta-regularitalic.woff') format('woff'),
         url('../fontsquirrel/averta-regularitalic.ttf') format('truetype'),
         url('../fontsquirrel/averta-regularitalic.svg#avertaregularitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

*, 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'averta-regular', arial, sans-serif;
color: var(--color-text);
     font-size: 100%;
    vertical-align: baseline;
  /*  -moz-font-feature-settings: "ss02" 1;
    -ms-font-feature-settings: "ss02" 1;
    -o-font-feature-settings: "ss02" 1;
    -webkit-font-feature-settings: "ss02" 1;
    font-feature-settings: "ss02" 1;
  */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: none;
    }

/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

:root {
	--color-background: #fff;
	--color-text: #000;
	--color-alpha: #00a982; /*war #00cb9c*/
  --color-beta: #3b6d62; /*war #47857*/
}

:root[data-theme='dark'] {
  --color-background: #000;
  --color-text: #fff;
  --color-alpha: #4dffd5;
  --color-beta: #8bc1b4;
}

html.transition,
html.transition *,
html.transition *:before,
html.transition *:after {
  transition: ease-in-out 300ms;
}

.browserupgrade {
    margin-top: 100px;
    margin-left: 9%;
    margin-right: 9%;
    width: 82%;
    text-align: center;
    position: absolute;
    background: #ffcbcb;
    padding: 27px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.29);
    z-index: 100;
}

.red {
    background: red;
}



/* -------------- Header --------------------------- */

a svg text,
a svg g path,
a svg path {
          fill: #ffffff;
          fill: var(--color-text);
        }

a {
  color: #00a982;
  color: var(--color-alpha);
    text-decoration: none;
}

a:visited {
  color: #3b6d62;
  color: var(--color-beta);
}

a:hover {
    text-decoration: none;
}



a:hover svg g line, a:hover svg g polyline, a:hover svg line, a:hover svg polyline, a:hover svg rect {
    color: #00a982;
    color: var(--color-alpha);
    stroke: #00a982;
    stroke: var(--color-alpha);
}

a:hover svg text,
a:hover svg g path,
a:hover svg path,
label:hover svg g,
label:hover svg #kreis {
    fill: #00a982;
    fill: var(--color-alpha);
    transition: none !important;
}

html[data-theme='dark'] label:hover svg g {
  fill: inherit;
}
html[data-theme='dark'] label:hover svg #kreis {
    fill: #00a982;
    fill: var(--color-alpha);
    transition: none !important;
}

/* Hier der neue Button */
a.btn, a.btn:visited {
  display: inline-flex;
  width: 135px;
  height: 54px;
  padding-left: 19px;
  margin-right: 27px;
  align-items: center;
  font-family: "averta-extrabold";
  font-size: 24px;
  border: 2px solid #000;
  border: 2px solid var(--color-text);
  color: #000;
  color: var(--color-text);
  box-shadow: 6px 6px 0 0 #000;
  box-shadow: 6px 6px 0 0 var(--color-text);
  }

  a.btn:hover {
    border-color: #00a982;
    border-color: var(--color-alpha);
    color: #00a982;
    color: var(--color-alpha);
    box-shadow: 6px 6px 0 0 #00a982;
    box-shadow: 6px 6px 0 0 var(--color-alpha);
  }

/*a.btn::after {
  content: ' \2192\a0';
}*/



footer,
.banner {
    width: 100%;
    padding-left: 54px;
    padding-right: 54px;
}

.banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    -webkit-transition: top 150ms ease;
    transition: top 150ms ease;
}

.banner-fixed {
    top: -27px;
}

.brand {
    float: left;
    width: 224px;
    padding: 0px 10px 6px 0px;
    height: 93px;
    background: #ffffff;
    background: var(--color-background);
    position: relative;
    -webkit-backface-visibility: hidden;
}

img {
    display:inherit;
}

#arrow_up {
    background: #ffffff;
    background: var(--color-background);
float: right;
    margin-right: 27px;
    height: 270px;
}



.navi-list {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 27px;

}
.main-navi {
    line-height: 27px;
display: block;
    height: 50px;
    margin-bottom: 4px;
clear: left;
}

.navi {
    line-height: 27px;
   padding-top: 9px;
padding-bottom: 18px;
}

.navi-list::before, .navi-list::after,
.main-navi::before, .main-navi::after,
.navi::before, .navi::after{
    content: none;
    padding-left: 0px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.access {
    list-style-type: none;
    margin: 0;
    width: 50px; /* es waren 189px */
    height: 93px;
    padding: 48px 0px 0px 27px;
    float: right;
    background: #ffffff;
    background: var(--color-background);
    overflow: hidden;
}

.access-open {
    height: auto;
    width: 243px; /* es waren 189px */
}

.access-item {
    padding: 0px;
    height: 50px;
}

.access-nav-item,
.access-item-text,
.access-item-text-2 {
    text-indent: 0;
    padding-top: 9px; /* war 13px */
}

.access-item-text,
.access-item-text-2 {
  padding-top: 13px;
}

.access-nav-item:nth-last-child(1),
.access-nav-item:nth-last-child(2),
.access-nav-item:nth-last-child(3) {
    padding-top: 13px;
}

.access-item-text,
.access-item-text-2 {
    height: 50px;
    float: left;
}

.access-item-text-2 {
    display: none;
}

.access-open .access-item-text-2 {
    display: block;
}

.access-open .access-item-text {
    display: none;
}

.access-item a {
    display: block;
    height: 50px;
    margin-bottom: 4px;
    padding-top: 0px
}

.access-nav-item {
    padding-left: 0;
}

.access-item svg {
    width: 48px;
    height: 50px;
    padding: 3px 0px 0px 7px;
    float: right;
}

.hamburger-line {
    stroke: #000000;
    stroke: var(--color-text);
    stroke-width: 2px;
    transition: all 150ms ease;
    transform: translateX(0) translateY(0);;
}

.access-open .hamburger-line-1 {
    transform: rotate(45deg) translatex(6px) translateY(-5px);
}

.access-open .hamburger-line-2 {
    opacity: 0;
}

.access-open .hamburger-line-3 {
    transform: rotate(315deg) translatex(-16px) translateY(-3px);
}


/* ---------------------- Animation --------------------------- */



.logo-ani-10{
animation: logo-ani 1s 0s 1 forwards;
}

.logo-ani-12{
animation: logo-ani 1s .1s 1 forwards;
}

.logo-ani-14{
animation: logo-ani 1s .2s 1 forwards;
}

.logo-ani-16{
animation: logo-ani 1s .3s 1 forwards;
}

.logo-ani-18{
animation: logo-ani 1s .4s 1 forwards;
}

.logo-ani-20{
animation: logo-ani 1s .5s 1 forwards;
}

.logo-ani-22{
animation: logo-ani 1s .6s 1 forwards;
}

.logo-ani-24{
animation: logo-ani 1s .7s 1 forwards;
}

.logo-ani-26{
animation: logo-ani 1s .8s 1 forwards;
}

.logo-ani-28{
animation: logo-ani 1s .9s 1 forwards;
}

.logo-ani-30{
animation: logo-ani 1s 1s 1 forwards;
}

.logo-ani-32{
animation: logo-ani 1s 1.1s 1 forwards;
}

.logo-ani-34{
animation: logo-ani 1s 1.2s 1 forwards;
}

.logo-ani-36{
animation: logo-ani 1s 1.3s 1 forwards;
}

.logo-ani-38{
animation: logo-ani 1s 1.4s 1 forwards;
}

.logo-ani-40{
animation: logo-ani 1s 1.5s 1 forwards;
}

.logo-ani-42{
animation: logo-ani 1s 1.6s 1 forwards;
}

.logo-ani-44{
animation: logo-ani 1s 2.2s 1 forwards;
}



@keyframes logo-ani {
    0% {transform: translate(0px,-200px);}
    100% {transform: translate(0,0);}
}





/* ---------------------- Navigation von Marin ------------------- */



.nav-link {
    height: 54px;
    width: 54px;
    position: fixed;
    display: block;
    overflow: hidden;
}

.nav-link:hover {
    width: auto;
    }

.prev-link span,
.next-link span {
    -webkit-transition: padding .15s ease;
    transition: padding .15s ease;
    visibility: hidden;
    vertical-align: 9px;
}

.prev-link:focus span,
.prev-link:hover span,
.next-link:focus span,
.next-link:hover span{
visibility: visible;
    background: #ffffff;
    background: var(--color-background);
    box-shadow: 4px 2px 0px 6px #ffffff;
    box-shadow: 4px 2px 0px 6px var(--color-background);
}

.prev-link:focus span,
.prev-link:hover span {
    padding-left: 27px;
    padding-right: 12px;
    margin-left: -10px;
    color: #00a982;
    color: var(--color-alpha);
}

.next-link:focus span,
.next-link:hover span {
    padding-right: 27px;
    padding-left: 12px;
    margin-right: -12px;
    color: #00a982;
    color: var(--color-alpha);
}

.prev-link {
    top: calc(50vh - 27px);
    left: 0px;
}

.next-link {
    top: calc(50vh - 27px);
    right: 0px;
}

.text-center {
    text-align: center;
}

.arrow-img, .arrow-img-weiter polyline {
    fill: none;
    stroke: #000000;
    stroke: var(--color-text);
    stroke-width:2;
    stroke-miterlimit:10;
}

.arrow-img-side {
  height: 27px;
    width: 54px;
    margin-top: 13px;
}


.next-link:hover .first {
    display: none;
}




.arrow-link-weiter {
    width: 270px;
    height: 54px;
    border: 2px solid #000000;
    border: 2px solid var(--color-text);
    display: block;
}

.arrow-link-weiter:hover {
    border-color: #00a982;
    border-color: var(--color-alpha);
}

.arrow-link-home {
    width: 162px;
    height: 54px;
    border: 2px solid #000000;
    border: 2px solid var(--color-text);
    display: block;
}

.arrow-link-home:hover {
    border-color: #00a982;
    border-color: var(--color-alpha);
}

.arrow-text-weiter {
    vertical-align: 9px;
    padding-left: 27px;
}

.arrow-img-weiter {
  width: 15px;
    height: 27px;
    margin-top: 13px;
    margin-left: 13px;
}



.works-nav {
    background: #ffffff;
    background: var(--color-background);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 54px;
    z-index: 2;
}

.works-nav ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
    width: 231px;
    position: fixed;
    left: calc(50% - 107px);
    left: calc(50% - 114px);
    bottom: -34px;
    bottom: -55px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.works-nav:hover ul,
.works-nav:hover li,
.works-nav:hover li a, {
 width: auto;
}

.works-nav li {
    clear: both;
    width: auto;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 11px;
    line-height: 27px;
}

.works-nav a {
    -webkit-transition: padding .15s ease;
    transition: padding .15s ease;
    visibility: hidden;
}

.works-nav a:before {
    font-family: 'averta-extrabold', arial, sans-serif;

    content: "\2014";
    display: inline-block;
    margin-left: 27px;
    visibility: visible;
}

.works-nav a:focus,
.works-nav a:hover,
.works-nav a:active,
.works-nav a.current,
.works-nav a.active {
    padding-left: 18px;
    visibility: visible;
    background: #ffffff;
    background: var(--color-background);
    box-shadow: 4px 2px 0px 6px  #ffffff;
    box-shadow: 4px 2px 0px 6px  var(--color-background);
}


/* --------- ist so irgendwie eigenartig --------- */
/*@media screen and (max-width: 1023px) and (orientation: landscape) {
    .works-nav {
        display: none;
    }
}*/

/* --------- darum durch diese Regel ersetzt --------- */
@media screen and (max-height: 480px) and (orientation: landscape) {
    .works-nav {
        display: none;
    }
}

@media screen and (max-width: 716px) {
    .works-nav {
        display: none;
    }
}




    /* IE 9 & 10 verstehen keine rem in Pseudoelementen */

/* -- Golden Ratio  XL bis S --
9px
18px
27px
45px
72px
117px
*/


body {
    font-size: 18px;
    line-height: 27px;
    background: #ffffff;
    background: var(--color-background);
    /* color: #000000; */
    color: var(--color-text);
}

.spacer {
    height: 0;
}

.hg-weiss, .xl_column_3, .l_column_3, .m_column_2, s_column_1,
blockquote, h2,
.unbreak_paragraph, dl {
    background:  #ffffff;
    background: var(--color-background);
    box-shadow: 12px 0px 0px 0px #ffffff, -12px 0px 0px 0px #ffffff;
    box-shadow: 12px 0px 0px 0px var(--color-background), -12px 0px 0px 0px var(--color-background);
        /* 4px 0px 0px 0px #ffffff, -4px 0px 0px 0px #ffffff,
        3px 0px 0px 0px #ffffff, -3px 0px 0px 0px #ffffff,
        1px 0px 0px 0px #ffffff, -1px 0px 0px 0px #ffffff; */
}

.hg-arbeiten {
    background: #ffffff;
    background: var(--color-background);
    box-shadow: 0px 0px 0px 12px #ffffff;
    box-shadow: 0px 0px 0px 12px var(--color-background);
        /* 4px 0px 0px 0px #ffffff, -4px 0px 0px 0px #ffffff,
        3px 0px 0px 0px #ffffff, -3px 0px 0px 0px #ffffff,
        1px 0px 0px 0px #ffffff, -1px 0px 0px 0px #ffffff; */
}

article {
    padding-top: 108px;
    position: relative;
}

.trennlinie {
    border-bottom: solid #ffffff 38px;
    border-bottom: solid var(--color-background) 38px;
    box-shadow: 0px 2px 0px #ffffff;
    box-shadow: 0px 2px 0px var(--color-background);
    height: 135px;
    bottom: 0px;
    position: relative;
}

.arrow-down {
        height: 38px;
    bottom: -35px;
    position: absolute;
    width: 54px;
    margin-left: calc(50% - 27px);
    z-index: 10;
}

.arrow-img-down {
  height: 15px;
    width: 27px;
    display: block;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    display: inline-block;
    font-family: 'averta-extrabold', arial, sans-serif;
    font-size: 27px;
    box-shadow: inset 0px -3px #000000;
    box-shadow: inset 0px -3px var(--color-text);
}

h2 {
    font-family: 'averta-extrabold', arial, sans-serif;
    font-size: 108px;
    line-height: 108px;
    padding-bottom: 27px;
}

h2.head_arbeiten  {
    font-size: 45px;
    line-height: 54px;
}

h2.head_arbeiten::before, h2.head_arbeiten::after {
    height:54px;
}

h3 {
    font-family: 'averta-extrabold', arial, sans-serif;

    font-size: 18px;
    line-height: 27px;
}

blockquote {
    quotes: none;
    font-family: 'averta-regularitalic', sans-serif;
    font-style: italic;
    font-size: 25px;
    /* Das gibt Probleme im Safari oder dann auf Firefox/Chrome
    border-left: 27px solid transparent;
    border-image: url("..//bilder/border_image_27.gif") 0 0 0 27 stretch; */
}

blockquote a {
  font-family: 'averta-regularitalic', sans-serif;
  text-decoration: none;
  color: #00a982;
  color: var(--color-alpha);
}

/* html[data-theme='dark'] blockquote {
          border-image: url("..//bilder/border_image_27_neg.gif") 0 0 0 27 stretch;
        } */

table, td, tr {
    border-spacing: 0;
    margin: 0;
}

    table {
    display: inline-block;
    margin-right: 54px
}
table.table_right {
    margin-right: 0px;
    margin-bottom: -27px;
}

td {
    padding-right: 18px;
}

p,
ul,
ol,
dl,
dd,
dt,
pre,
tr, td {
    font-size: 18px;
    line-height: 27px;
    list-style: none;
}


dt {
    font-family: 'averta-extrabold', arial, sans-serif;

}

dl {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

dl::before {
    content:'';
    display: inline-block;
    vertical-align: baseline;
    height:27px;
}

dl::after {
    content:'';
    display: inline-block;
    vertical-align: -27px;
    height: 27px;
}

dd,
dt {display: inline;
    vertical-align: baseline;
    font-size: 18px;
    line-height: 27px;
}

dd::before {
    content: '— ';
    display: inline;
    vertical-align: baseline;
    height: 27px;
}

dd.link::before {
  content: none;
}
p a.link::before,
dd.link a::before {
    content:'\2192\a0';
    color: #00a982;
    color: var(--color-alpha);
}
p a.link:visited::before,
dd.link a:visited::before {
  color: #3b6d62;
  color: var(--color-beta);
}


dt::after,
dd::after {
    content: '\2003';
    display:inline;
    height: 27px;
}


li {
    padding-left: 27px;
    font-size: 18px;
    text-indent: -27px;
}

/* Grössere Navigation */

li.main-navi:nth-child(-n+4) a{
    font-size: 27px;
    font-family: "averta-extrabold" !important;
}

ul.navi-list li a {
 color: #000;
 color: var(--color-text);
}

ul.navi-list li a:hover {
 color: #00a982;
 color: var(--color-alpha);
}



li::before {
    content: '\2014 ';
    display: inline-block;
    padding-left: 27px;
    vertical-align: baseline;
    height: 27px;
}

ul {
    margin-top: -54px;
    margin-bottom: -27px;
}


ul::before {
    content:'';
    display: inline-block;
    vertical-align: baseline;
    height:27px;
}

ul::after {
    content:'';
    display: inline-block;
    vertical-align: -27px;
    height: 27px;
}


p::selection,
b::selection,
i::selection,
li::selection,
dl::selection,
dd::selection,
dt::selection,
pre::selection,
tr::selection,
td::selection,
h1::selection,
h2::selection,
h3::selection,
blockquote::selection,
a::selection {
    background-color: #00a982;
    background-color: var(--color-alpha);
}
a::selection {
      color: #fff;
      color: var(--color-background);
}


img.overflow,
img.normal,
video {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center';
    box-shadow: 0px 0px 0px 12px #ffffff;
    box-shadow: 0px 0px 0px 12px var(--color-background);
        /* 4px 0px 0px 0px #ffffff, -4px 0px 0px 0px #ffffff,
        3px 0px 0px 0px #ffffff, -3px 0px 0px 0px #ffffff,
        1px 0px 0px 0px #ffffff, -1px 0px 0px 0px #ffffff; */
    }

img.overflow,
video.overfow,
.layer {
    position: absolute;
}

.img_height {
    position: inherit;
        float: right;
}

.left {
    left: 27px;
}

b {
  font-family: 'averta-extrabold', Arial, sans-serif;

}




/* ---------------  Grundlinienraster Trick  -----------------*/

p::before, p::after, h3::before, h3::after,  blockquote::before, blockquote::after, table::before, table::after {
    content:'';
    display: inline-block;
    height: 27px;
}
p::before, h1::before, h2::before, h3::before, blockquote::before, table::before {
    vertical-align: baseline;
}
p::after, h1::after, h2::after, h3::after, blockquote::after, table::after {
    vertical-align: -27px;
}

h1::before, h1::after {
    content:'';
    display: inline-block;
    height:27px;
}

h2::before, h2::after {
    content:'';
    display: inline-block;
    height:108px;
}

.up {
    margin-top: -27px;
}
.down {
    margin-top: 27px;
}
.padding_bottom {
    padding-bottom: 27px;
}

::before, ::after {
    width: 0px;
}


/*
@media print {
    .bild {-webkit-print-color-adjust:exact;}
}*/


/* M M M M M M M M M M M M M  */
@media print, screen and (max-width: 1366px) {
footer,
.banner {
    padding-left: 44px;
    padding-right: 44px;
}
}

/* S S S S S S S S S S S S S S S S */

@media screen and (max-width: 1023px){
    h2 {
    font-size: 72px;
    line-height: 81px;
}
    h2::before, h2::after {
    height:81px;
}
}

/* XS XS XS XS XS XS XS XS XS XS XS XS XS
-- Golden Ratio -- 7px 14px 21px 35px 56px 91px
*/
@media screen and (max-width: 716px){

    body {
    font-size: 15px; /* war 14px */
}
    a.btn {
      width: 92.5px;
      height: 42px;
      padding-left: 14px;
      margin-right: 7px;
      margin-bottom: 7px;
      align-items: center;
      font-size: 15px;
      box-shadow: 3px 3px 0 0 #000;
      box-shadow: 3px 3px 0 0 var(--color-text);
      }

      a.btn:hover {
        box-shadow: 3px 3px 0 0 #00a982;
        box-shadow: 3px 3px 0 0 var(--color-alpha);
      }



.spacer  {
    height: 100px;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background-image: radial-gradient(#000000 0%, transparent 12%);
    background-image: radial-gradient(var(--color-text) 0%, transparent 12%);
    background-position: -3px 0px;
    background-size: 10px 10px;
}

 footer,
.banner {
    padding-left: 9%;
    padding-right: 9%;
    background: #ffffff;
    background: var(--color-background);
    height: 73px;
}

    .banner-fixed {
        top: -21px;
    }

    footer {
       margin-top: -80px;
    }

    .brand {
    width: 126px;
        height: 73px;
        padding: 20px 10px 0px 0px;
        position: absolute;
}

    .access {
    padding: 10px 0px 0px 24px; /* war 10px 0px 0px 11px */
    width: 64px; /* war 126px */
    height: 64px;
    position: absolute;
    right: 9%;
    z-index: 1;
}

    .access-open {
        height: auto;
        width: 168px; /* war 126px */
    }

.access-item-text,
    .access-item-text-2 {
    height: 59px;
    padding: 0px;
    display: none;
}

    .access-nav-item,
.access-item-text,
.access-item-text-2 {
  font-size: 18px;
    padding-top: 0px;
}

.access-nav-item:first-child,
.access-nav-item:nth-last-child(1),
.access-nav-item:nth-last-child(2) {
    padding-top: 0px;
}

    .access-item a {
    height: 60px;
    margin-bottom: 4px;
    padding-top: 0px;

}

 .access-item svg {
    width: 48px;
    height: 54px;
    padding: 7px 0px 0px 7px;
    margin-top: 0px;
}

    .main-navi {
    line-height: 64px;
    height: 60px; /* war 60px */
    margin-bottom: 0px;
    }



    /* Navigation von Marin */

.arrow-img-side {
    width: 30px;
}

    .next-link {
        padding-left: 24px;
    }

/* ab hier Neuer Button */
.arrow-link-weiter {
    width: 210px;
}
    .arrow-link-home {
    width: 120px;
}

.arrow-text-weiter {
    padding-left: 19px;
    vertical-align: 10px;
}

.arrow-img-weiter {
    margin-left: 11px;
    padding-left: 19px;
    vertical-align: 10px;
}



/* bis hier */

article {
    padding-top: 105px;
    margin-top: -105px;
}

.trennlinie {
    border-bottom: none;
    box-shadow: none;
    height: 170px;
    width: 82%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-image: radial-gradient(#000000 0%, transparent 12%);
    background-image: radial-gradient(var(--color-text) 0%, transparent 12%);
    background-position: -3px 0px;
    background-size: 10px 10px;
}

.arrow-down {
        height: 38px;
    bottom: 66px;
    width: 100%;
    margin-left: 0px;
    background: #ffffff;
    background: var(--color-background);
}

.arrow-img-down {
      margin-top: 0px;
    height: 100%
}

h1 {
    font-size: 18px;
    line-height: 21px;
    padding-top: 15px;
    padding-bottom: 6px;
    box-shadow: inset 0px -2px #000000;
    box-shadow: inset 0px -2px var(--color-text);
}

h2, h2.head_arbeiten {
    font-size: 32px;
    line-height: 35px;
    padding-top: 15px;
    padding-bottom: 6px;
}

h3 {
    font-size: 15px; /* war 14px */
    line-height: 21px;
    padding-top: 15px;
    padding-bottom: 6px;
}

blockquote {
    font-size: 15px; /* war 14px */
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 27px;
    padding-left: 21px;
    border-left: solid 2px #000000;
    border-left: solid 2px var(--color-text);
    border-image: none;
}

p,
ul,
ol,
dl,
pre,
table {
    font-size: 15px;  /* war 14px */
    line-height: 21px;
    padding-top: 15px;
    padding-bottom: 6px;
}
table {
    margin-top: 0px;
    margin-right: 21px;
}

table.table_right {
    margin-bottom: 0px;
}

td { font-size: 15px;  /* war 14px */
    padding-right: 8px;
    line-height: 21px;
}


dl,
dt,
dd {
    font-size: 15px; /* war 14px */
    line-height: 21px;
    }

dl {
  display: inline-block;
    }

dd::before {
    height: 21px;
}

dt::after,
dd::after {
width: 14px;
    height: 21px;
    font-size: 15px;  /* war 14px */
}

li {
    padding-left: 21px;
    font-size: 15px; /* war 14px */
    text-indent: -21px;
}

li::before {
    padding-left: 21px;
    height: 21px;
}

ul {
    margin-top: -21px;
    margin-bottom: 0px;
}

/* Grössere Navigation */
li .main-navi {
    font-size: 18px;
}



p::before, p::after, h1::before, h1::after, h2::before, h2::after, h3::before, h3::after,  blockquote::before, blockquote::after, ul::before, ul::after, dl::before, table::before, table::after, dl::after, dt::before  {
    content:none;
}
.up {
    margin-top: -21px;
}
.down {
    margin-top: 21px;
}

.padding_bottom {
    padding-bottom: 11px;
}

    .hg-weiss,
    .hg-arbeiten,
    img.normal,
    img.overflow,
    video,
    .xl_column_3,
    .l_column_3,
    .m_column_2,
    s_column_1,
    blockquote,
    h2,
    .unbreak_paragraph,
    dl,
    h1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

}

/* P  R  I  N  T */
@media print {

    .banner {
    position: relative;
    }
    .access {
        display: none;
    }
    h1 {
        border-bottom: 2px solid #000000;
        border-bottom: 2px solid var(--color-text);
         margin-top: 0px;
    }
    h2 {
    font-size: 72px;
    line-height: 81px;
}
    h2::before, h2::after {
    height:81px;
}
    .hg-weiss,
    .hg-arbeiten,
    img.normal,
    img.overflow,
    video,
    .xl_column_3,
    .l_column_3,
    .m_column_2,
    s_column_1,
    blockquote,
    h2,
    .unbreak_paragraph,
    dl,
    h1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .trennlinie {
    display: none;
}
section, article {
    position: relative !important;
    }

article {
        page-break-inside: avoid;
        page-break-after: always;
      }
}








/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
    min-width: 1674px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}


/* L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    body {
        min-width: 1350px;
    }
}


/* M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    body {
        min-width: 109px;
        /*  wäre eigentlich 1024px  */
    }
}


/* S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    body {
        min-width: 702px;
    }
}


/* XS XS XS XS XS XS XS XS XS XS XS XS */

@media screen and (max-width: 716px) {
    body {
        min-width: 280px;
    }
}


/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1620px;
}

.sammlung_spalten_8,
.sammlung_spalten_3 {
    display: none;
}


/* L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    .container_12 {
        width: 1296px;
    }
}


/* M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .container_8 {
        margin-left: auto;
        margin-right: auto;
        width: 972px;
    }
    .sammlung_spalten_12,
    .sammlung_spalten_3 {
        display: none;
    }
    .sammlung_spalten_8 {
        display: block;
    }
}


/* S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .container_3 {
        margin-left: auto;
        margin-right: auto;
        width: 648px;
    }
    .sammlung_spalten_12,
    .sammlung_spalten_8 {
        display: none;
    }
    .sammlung_spalten_3 {
        display: block;
    }
}


/* XS XS XS XS XS XS XS XS XS XS XS XS XS  */

@media screen and (max-width: 716px) {
    .container_1 {
        margin-left: auto;
        margin-right: auto;
        width: 82%;
    }
    .sammlung_spalten_12,
    .sammlung_spalten_8,
    .sammlung_spalten_3 {
        display: none;
    }
}


/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.xl_grid_1,
.xl_grid_2,
.xl_grid_3,
.xl_grid_4,
.xl_grid_5,
.xl_grid_6,
.xl_grid_7,
.xl_grid_8,
.xl_grid_9,
.xl_grid_10,
.xl_grid_11,
.xl_grid_12,
.l_grid_1,
.l_grid_2,
.l_grid_3,
.l_grid_4,
.l_grid_5,
.l_grid_6,
.l_grid_7,
.l_grid_8,
.l_grid_9,
.l_grid_10,
.l_grid_11,
.l_grid_12,
.m_grid_1,
.m_grid_2,
.m_grid_3,
.m_grid_4,
.m_grid_5,
.m_grid_6,
.m_grid_7,
.m_grid_8,
.s_grid_1,
.s_grid_2,
.s_grid_3 {
    display: inline;
    float: left;
    margin-left: 27px;
    margin-right: 27px;
}

.xl_push_1,
.xl_pull_1,
.xl_push_2,
.xl_pull_2,
.xl_push_3,
.xl_pull_3,
.xl_push_4,
.xl_pull_4,
.xl_push_5,
.xl_pull_5,
.xl_push_6,
.xl_pull_6,
.xl_push_7,
.xl_pull_7,
.xl_push_8,
.xl_pull_8,
.xl_push_9,
.xl_pull_9,
.xl_push_10,
.xl_pull_10,
.xl_push_11,
.xl_pull_11,
.l_push_0,
.l_pull_0,
.l_push_1,
.l_pull_1,
.l_push_2,
.l_pull_2,
.l_push_3,
.l_pull_3,
.l_push_4,
.l_pull_4,
.l_push_5,
.l_pull_5,
.l_push_6,
.l_pull_6,
.l_push_7,
.l_pull_7,
.l_push_8,
.l_pull_8,
.l_push_9,
.l_pull_9,
.l_push_10,
.l_pull_10,
.l_push_11,
.l_pull_11,
.m_push_0,
.m_pull_0,
.m_push_1,
.m_pull_1,
.m_push_2,
.m_pull_2,
.m_push_3,
.m_pull_3,
.m_push_4,
.m_pull_4,
.m_push_5,
.m_pull_5,
.m_push_6,
.m_pull_6,
.m_push_7,
.m_pull_7,
.m_push_8,
.m_pull_8,
.s_push_0,
.s_pull_0,
.s_push_1,
.s_pull_1,
.s_push_2,
.s_pull_2,
.s_push_3,
.s_pull_3 {
    position: relative;
}


/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}


/* S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .beta {
        margin-left: 0;
        margin-right: 0;
    }
}


/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .xl_grid_1 {
    width: 81px;
}

.container_12 .xl_grid_2 {
    width: 216px;
}

.container_12 .xl_grid_3 {
    width: 351px;
}

.container_12 .xl_grid_4 {
    width: 486px;
}

.container_12 .xl_grid_5 {
    width: 621px;
}

.container_12 .xl_grid_6 {
    width: 756px;
}

.container_12 .xl_grid_7 {
    width: 891px;
}

.container_12 .xl_grid_8 {
    width: 1026px;
}

.container_12 .xl_grid_9 {
    width: 1161px;
}

.container_12 .xl_grid_10 {
    width: 1296px;
}

.container_12 .xl_grid_11 {
    width: 1431px;
}

.container_12 .xl_grid_12 {
    width: 1566px;
}


/* L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    .container_12 .l_grid_1 {
        width: 54px;
    }
    .container_12 .l_grid_2 {
        width: 162px;
    }
    .container_12 .l_grid_3 {
        width: 270px;
    }
    .container_12 .l_grid_4 {
        width: 378px;
    }
    .container_12 .l_grid_5 {
        width: 486px;
    }
    .container_12 .l_grid_6 {
        width: 594px;
    }
    .container_12 .l_grid_7 {
        width: 702px;
    }
    .container_12 .l_grid_8 {
        width: 810px;
    }
    .container_12 .l_grid_9 {
        width: 918px;
    }
    .container_12 .l_grid_10 {
        width: 1026px;
    }
    .container_12 .l_grid_11 {
        width: 1134px;
    }
    .container_12 .l_grid_12 {
        width: 1242px;
    }
}


/* M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .container_8 .m_grid_1 {
        width: 67.5px;
    }
    .container_8 .m_grid_2 {
        width: 189px;
    }
    .container_8 .m_grid_3 {
        width: 310.5px;
    }
    .container_8 .m_grid_4 {
        width: 432px;
    }
    .container_8 .m_grid_5 {
        width: 553.5px;
    }
    .container_8 .m_grid_6 {
        width: 675px;
    }
    .container_8 .m_grid_7 {
        width: 796.5px;
    }
    .container_8 .m_grid_8 {
        width: 918px;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width:1023px) {
    .container_3 .s_grid_1 {
        width: 162px;
        position: relative;
    }
    .container_3 .s_grid_2 {
        width: 378px;
        position: relative;
    }
    .container_3 .s_grid_3 {
        width: 594px;
        position: relative;
    }
}


/* XS XS XS XS XS XS XS XS XS XS XS XS */

@media screen and (max-width: 716px) {
    .container_1 .xs_grid {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}


/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .xl_prefix_1 {
    padding-left: 135px
}

.container_12 .xl_prefix_2 {
    padding-left: 270px;
}

.container_12 .xl_prefix_3 {
    padding-left: 405px;
}

.container_12 .xl_prefix_4 {
    padding-left: 540px;
}

.container_12 .xl_prefix_5 {
    padding-left: 675px;
}

.container_12 .xl_prefix_6 {
    padding-left: 810px;
}

.container_12 .xl_prefix_7 {
    padding-left: 945px;
}

.container_12 .xl_prefix_8 {
    padding-left: 1080px;
}

.container_12 .xl_prefix_9 {
    padding-left: 1215px;
}

.container_12 .xl_prefix_10 {
    padding-left: 1350px;
}

.container_12 .xl_prefix_11 {
    padding-left: 1485px;
}


/* L L L L L L L L L L L L L L   */

@media screen and (max-width: 1690px) {
    .container_12 .l_prefix_0 {
        padding-left: 0px;
    }
    .container_12 .l_prefix_1 {
        padding-left: 108px;
    }
    .container_12 .l_prefix_2 {
        padding-left: 216px;
    }
    .container_12 .l_prefix_3 {
        padding-left: 324px;
    }
    .container_12 .l_prefix_4 {
        padding-left: 432px;
    }
    .container_12 .l_prefix_5 {
        padding-left: 540px;
    }
    .container_12 .l_prefix_6 {
        padding-left: 648px;
    }
    .container_12 .l_prefix_7 {
        padding-left: 756px;
    }
    .container_12 .l_prefix_8 {
        padding-left: 864px;
    }
    .container_12 .l_prefix_9 {
        padding-left: 972px;
    }
    .container_12 .l_prefix_10 {
        padding-left: 1080px;
    }
    .container_12 .l_prefix_11 {
        padding-left: 1116px;
    }
}


/* M M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .container_8 .m_prefix_0 {
        padding-left: 0px;
    }
    .container_8 .m_prefix_1 {
        padding-left: 121.5px;
    }
    .container_8 .m_prefix_2 {
        padding-left: 243px;
    }
    .container_8 .m_prefix_3 {
        padding-left: 364.5px;
    }
    .container_8 .m_prefix_4 {
        padding-left: 486px;
    }
    .container_8 .m_prefix_5 {
        padding-left: 607.5px;
    }
    .container_8 .m_prefix_6 {
        padding-left: 729px;
    }
    .container_8 .m_prefix_7 {
        padding-left: 850.5px;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .container_3 .s_prefix_0 {
        padding-left: 0px;
    }
    .container_3 .s_prefix_1 {
        padding-left: 216px;
    }
    .container_3 .s_prefix_2 {
        padding-left: 432px;
    }
}


/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .xl_suffix_1 {
    padding-right: 135px
}

.container_12 .xl_suffix_2 {
    padding-right: 270px;
}

.container_12 .xl_suffix_3 {
    padding-right: 405px;
}

.container_12 .xl_suffix_4 {
    padding-right: 540px;
}

.container_12 .xl_suffix_5 {
    padding-right: 675px;
}

.container_12 .xl_suffix_6 {
    padding-right: 810px;
}

.container_12 .xl_suffix_7 {
    padding-right: 945px;
}

.container_12 .xl_suffix_8 {
    padding-right: 1080px;
}

.container_12 .xl_suffix_9 {
    padding-right: 1215px;
}

.container_12 .xl_suffix_10 {
    padding-right: 1350px;
}

.container_12 .xl_suffix_11 {
    padding-right: 1485px;
}


/* L L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    .container_12 .l_suffix_0 {
        padding-right: 0px;
    }
    .container_12 .l_suffix_1 {
        padding-right: 108px;
    }
    .container_12 .l_suffix_2 {
        padding-right: 216px;
    }
    .container_12 .l_suffix_3 {
        padding-right: 324px;
    }
    .container_12 .l_suffix_4 {
        padding-right: 432px;
    }
    .container_12 .l_suffix_5 {
        padding-right: 540px;
    }
    .container_12 .l_suffix_6 {
        padding-right: 648px;
    }
    .container_12 .l_suffix_7 {
        padding-right: 756px;
    }
    .container_12 .l_suffix_8 {
        padding-right: 864px;
    }
    .container_12 .l_suffix_9 {
        padding-right: 972px;
    }
    .container_12 .l_suffix_10 {
        padding-right: 1080px;
    }
    .container_12 .l_suffix_11 {
        padding-right: 1116px;
    }
}


/* M M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .container_8 .m_suffix_0 {
        padding-right: 0px;
    }
    .container_8 .m_suffix_1 {
        padding-right: 121.5px;
    }
    .container_8 .m_suffix_2 {
        padding-right: 243px;
    }
    .container_8 .m_suffix_3 {
        padding-right: 364.5px;
    }
    .container_8 .m_suffix_4 {
        padding-right: 486px;
    }
    .container_8 .m_suffix_5 {
        padding-right: 607.5px;
    }
    .container_8 .m_suffix_6 {
        padding-right: 729px;
    }
    .container_8 .m_suffix_7 {
        padding-right: 850.5px;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .container_3 .s_suffix_0 {
        padding-right: 0px;
    }
    .container_3 .s_suffix_1 {
        padding-right: 216px;
    }
    .container_3 .s_suffix_2 {
        padding-right: 432px;
    }
}


/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .xl_push_1 {
    left: 135px
}

.container_12 .xl_push_2 {
    left: 270px;
}

.container_12 .xl_push_3 {
    left: 405px;
}

.container_12 .xl_push_4 {
    left: 540px;
}

.container_12 .xl_push_5 {
    left: 675px;
}

.container_12 .xl_push_6 {
    left: 810px;
}

.container_12 .xl_push_7 {
    left: 945px;
}

.container_12 .xl_push_8 {
    left: 1080px;
}

.container_12 .xl_push_9 {
    left: 1215px;
}

.container_12 .xl_push_10 {
    left: 1350px;
}

.container_12 .xl_push_11 {
    left: 1485px;
}


/* L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    .container_12 .l_push_0 {
        left: 0px;
    }
    .container_12 .l_push_1 {
        left: 108px;
    }
    .container_12 .l_push_2 {
        left: 216px;
    }
    .container_12 .l_push_3 {
        left: 324px;
    }
    .container_12 .l_push_4 {
        left: 432px;
    }
    .container_12 .l_push_5 {
        left: 540px;
    }
    .container_12 .l_push_6 {
        left: 648px;
    }
    .container_12 .l_push_7 {
        left: 756px;
    }
    .container_12 .l_push_8 {
        left: 864px;
    }
    .container_12 .l_push_9 {
        left: 972px;
    }
    .container_12 .l_push_10 {
        left: 1080px;
    }
    .container_12 .l_push_11 {
        left: 1116px;
    }
}


/* M M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .container_8 .m_push_0 {
        left: 0px;
    }
    .container_8 .m_push_1 {
        left: 121.5px;
    }
    .container_8 .m_push_2 {
        left: 243px;
    }
    .container_8 .m_push_3 {
        left: 364.5px;
    }
    .container_8 .m_push_4 {
        left: 486px;
    }
    .container_8 .m_push_5 {
        left: 607.5px;
    }
    .container_8 .m_push_6 {
        left: 729px;
    }
    .container_8 .m_push_7 {
        left: 850.5px;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .container_3 .s_push_0 {
        left: 0px;
    }
    .container_3 .s_push_1 {
        left: 216px;
    }
    .container_3 .s_push_2 {
        left: 432px;
    }
}


/* XS XS XS XS XS XS XS XS XS XS XS XS  */

@media screen and (max-width: 716px) {
    .container_1 .xs_push_0 {
        left: 0px;
    }
    .container_1 .xs_push {
        margin-left: 42px;
        width: calc(100% - 42px);
        left: 0px;
    }
    .container_1 .xs_push_left {
        width: calc(50% - 10px);
        left: 0px;
    }
    .container_1 .xs_push_right {
        width: calc(50% - 10px);
        left: 21px;
    }
}


/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .xl_pull_1 {
    left: -135px
}

.container_12 .xl_pull_2 {
    left: -270px;
}

.container_12 .xl_pull_3 {
    left: -405px;
}

.container_12 .xl_pull_4 {
    left: -540px;
}

.container_12 .xl_pull_5 {
    left: -675px;
}

.container_12 .xl_pull_6 {
    left: -810px;
}

.container_12 .xl_pull_7 {
    left: -945px;
}

.container_12 .xl_pull_8 {
    left: -1080px;
}

.container_12 .xl_pull_9 {
    left: -1215px;
}

.container_12 .xl_pull_10 {
    left: -1350px;
}

.container_12 .xl_pull_11 {
    left: -1485px;
}


/* L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
  .container_12 .l_pull_-2 {
      left: 216px;
  }
  .container_12 .l_pull_0 {
      left: 0px;
  }
    .container_12 .l_pull_1 {
        left: -108px;
    }
    .container_12 .l_pull_2 {
        left: -216px;
    }
    .container_12 .l_pull_3 {
        left: -324px;
    }
    .container_12 .l_pull_4 {
        left: -432px;
    }
    .container_12 .l_pull_5 {
        left: -540px;
    }
    .container_12 .l_pull_6 {
        left: -648px;
    }
    .container_12 .l_pull_7 {
        left: -756px;
    }
    .container_12 .l_pull_8 {
        left: -864px;
    }
    .container_12 .l_pull_9 {
        left: -972px;
    }
    .container_12 .l_pull_10 {
        left: -1080px;
    }
    .container_12 .l_pull_11 {
        left: -1116px;
    }
}


/* M M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .container_8 .m_pull_0 {
        left: 0px;
    }
    .container_8 .m_pull_1 {
        left: -121.5px;
    }
    .container_8 .m_pull_2 {
        left: -243px;
    }
    .container_8 .m_pull_3 {
        left: -364.5px;
    }
    .container_8 .m_pull_4 {
        left: -486px;
    }
    .container_8 .m_pull_5 {
        left: -607.5px;
    }
    .container_8 .m_pull_6 {
        left: -729px;
    }
    .container_8 .m_pull_7 {
        left: -850.5px;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .container_3 .s_pull_0 {
        left: 0px;
    }
    .container_3 .s_pull_1 {
        left: -216px;
    }
    .container_3 .s_pull_2 {
        left: -432px;
    }
}


/* XS XS XS XS XS XS XS XS XS XS XS XS  */

@media screen and (max-width: 716px) {
    .container_1 .xs_pull {
        margin-right: 42px;
        width: auto;
        left: 0px;
    }
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix::before,
.clearfix::after,
.container_12::before,
.container_12::after,
.container_8::before,
.container_8::after,
.container_3::before,
.container_3::after,
.container_1::before,
.container_1::after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix::after,
.container_12::after,
.container_8::after,
.container_3::after,
.container_1::after {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}


/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.


.clearfix,
.container_12,
.container_8 {
  zoom: 1;
}
*/



/* Spalten anzeigen */

.demo_spalten {
  z-index: 100;
  position:sticky;
  top: 0;
  margin: 0 auto;
pointer-events: none;
}

.demo_spalte {
    background: hsla(72, 100%, 50%, 0.2);
    height: 100vh;
    width: auto;
    position: sticky;
}

.sammlung_spalten_12,
.sammlung_spalten_8,
.sammlung_spalten_3 {
    position: absolute;
    z-index: 10;
}


/* ---------- Mehrspaltige Texte ----------------------- */

.unbreak_paragraph {
    display: inline-block;
    width: 100%;
}

p.new_column {
    break-before: column;
    -webkit-break-before: column;
    -moz-break-before: column;
}



/* ---------- G R I D ----------------------- */


.xl_column_4,
.xl_column_3,
.xl_column_2,
.l_column_3,
.l_column_2,
.m_column_2 {
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
}

.xl_column_4 {
    -webkit-columns: 4 auto;
    -moz-columns: 4 auto;
    columns: 4 auto;
}

.xl_column_3 {
    -webkit-columns: 3 auto;
    /* 378px */
    -moz-columns: 3 auto;
    columns: 3 auto;
}

.xl_column_2 {
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
}


/* L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    .l_column_3 {
        -webkit-columns: 3 auto;
        /* 378px */
        -moz-columns: 3 auto;
        columns: 3 auto;
    }
    .l_column_2 {
        -webkit-columns: 2 auto;
        -moz-columns: 2 auto;
        columns: 2 auto;
    }
    .l_beta {
        margin-left: 0;
        margin-right: 0;
    }
}


/* M M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .m_column_2 {
        -webkit-columns: 2 auto;
        /* 432px */
        -moz-columns: 2 auto;
        columns: 2 auto;
    }
    .m_column_1 {
        -webkit-columns: inherit;
        -moz-columns: inherit;
        columns: inherit;
    }
    .m_beta {
        margin-left: 0;
        margin-right: 0;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .s_column_1 {
        -webkit-columns: inherit;
        -moz-columns: inherit;
        columns: inherit;
    }
    .s_beta {
        margin-left: 0;
        margin-right: 0;
    }
    .s_close_gap {
        box-shadow: 54px 0px 0px 0px #ffffff;
        box-shadow: 54px 0px 0px 0px var(--color-background);
    }
}


/* Höhen
----------------------------------------------------------------------------------------------------*/

.xl_height_1 {
    height: 27px;
}

.xl_height_2 {
    height: 54px;
}

.xl_height_3 {
    height: 81px;
}

.xl_height_4 {
    height: 108px;
}

.xl_height_5 {
    height: 135px
}

.xl_height_6 {
    height: 162px;
}

.xl_height_7 {
    height: 189px;
}

.xl_height_8 {
    height: 216px;
}

.xl_height_9 {
    height: 243px;
}

.xl_height_10 {
    height: 270px;
}

.xl_height_11 {
    height: 297px;
}

.xl_height_12 {
    height: 324px;
}

.xl_height_13 {
    height: 351px;
}

.xl_height_14 {
    height: 378px;
}

.xl_height_15 {
    height: 405px;
}

.xl_height_16 {
    height: 432px;
}

.xl_height_17 {
    height: 459px;
}

.xl_height_18 {
    height: 486px;
}

.xl_height_19 {
    height: 513px;
}

.xl_height_20 {
    height: 540px;
}

.xl_height_21 {
    height: 567px;
}

.xl_height_22 {
    height: 594px;
}

.xl_height_23 {
    height: 621px;
}

.xl_height_24 {
    height: 648px;
}

.xl_height_25 {
    height: 675px;
}

.xl_height_26 {
    height: 702px;
}

.xl_height_27 {
    height: 729px;
}

.xl_height_28 {
    height: 756px;
}

.xl_height_29 {
    height: 783px;
}

.xl_height_30 {
    height: 810px;
}

.xl_height_31 {
    height: 837px;
}

.xl_height_32 {
    height: 864px;
}

.xl_height_38 {
    height: 1026px;
}


.xl_height_100 {
    height: 2700px;
}

/* L L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    .l_height_1 {
        height: 27px;
    }
    .l_height_2 {
        height: 54px;
    }
    .l_height_3 {
        height: 81px;
    }
    .l_height_4 {
        height: 108px;
    }
    .l_height_5 {
        height: 135px
    }
    .l_height_6 {
        height: 162px;
    }
    .l_height_7 {
        height: 189px;
    }
    .l_height_8 {
        height: 216px;
    }
    .l_height_9 {
        height: 243px;
    }
    .l_height_10 {
        height: 270px;
    }
    .l_height_11 {
        height: 297px;
    }
    .l_height_12 {
        height: 324px;
    }
    .l_height_13 {
        height: 351px;
    }
    .l_height_14 {
        height: 378px;
    }
    .l_height_15 {
        height: 405px;
    }
    .l_height_16 {
        height: 432px;
    }
    .l_height_17 {
        height: 459px;
    }
    .l_height_18 {
        height: 486px;
    }
    .l_height_19 {
        height: 513px;
    }
    .l_height_20 {
        height: 540px;
    }
    .l_height_21 {
        height: 567px;
    }
    .l_height_22 {
        height: 594px;
    }
    .l_height_23 {
        height: 621px;
    }
    .l_height_24 {
        height: 648px;
    }
    .l_height_25 {
        height: 675px;
    }
    .l_height_26 {
        height: 702px;
    }
    .l_height_27 {
        height: 729px;
    }
    .l_height_28 {
        height: 756px;
    }
    .l_height_29 {
        height: 783px;
    }
    .l_height_30 {
        height: 810px;
    }
    .l_height_31 {
        height: 837px;
    }
     .l_height_35 {
        height: 945px;
    }
}


/* M M M M M M M M M M M M M M  */

@media print,
screen and (max-width: 1366px) {
    .m_height_1 {
        height: 27px;
    }
    .m_height_2 {
        height: 54px;
    }
    .m_height_3 {
        height: 81px;
    }
    .m_height_4 {
        height: 108px;
    }
    .m_height_5 {
        height: 135px
    }
    .m_height_6 {
        height: 162px;
    }
    .m_height_7 {
        height: 189px;
    }
    .m_height_8 {
        height: 216px;
    }
    .m_height_9 {
        height: 243px;
    }
    .m_height_10 {
        height: 270px;
    }
    .m_height_11 {
        height: 297px;
    }
    .m_height_12 {
        height: 324px;
    }
    .m_height_13 {
        height: 351px;
    }
    .m_height_14 {
        height: 378px;
    }
    .m_height_15 {
        height: 405px;
    }
    .m_height_16 {
        height: 432px;
    }
    .m_height_17 {
        height: 459px;
    }
    .m_height_18 {
        height: 486px;
    }
    .m_height_19 {
        height: 513px;
    }
    .m_height_20 {
        height: 540px;
    }
    .m_height_21 {
        height: 567px;
    }
    .m_height_22 {
        height: 594px;
    }
    .m_height_23 {
        height: 621px;
    }
    .m_height_24 {
        height: 648px;
    }
    .m_height_25 {
        height: 675px;
    }
    .m_height_26 {
        height: 702px;
    }
    .m_height_27 {
        height: 729px;
    }
    .m_height_28 {
        height: 756px;
    }
    .m_height_29 {
        height: 783px;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .s_height_1 {
        height: 27px;
    }
    .s_height_2 {
        height: 54px;
    }
    .s_height_3 {
        height: 81px;
    }
    .s_height_4 {
        height: 108px;
    }
    .s_height_5 {
        height: 135px
    }
    .s_height_6 {
        height: 162px;
    }
    .s_height_7 {
        height: 189px;
    }
    .s_height_8 {
        height: 216px;
    }
    .s_height_9 {
        height: 243px;
    }
    .s_height_10 {
        height: 270px;
    }
    .s_height_11 {
        height: 297px;
    }
    .s_height_12 {
        height: 324px;
    }
    .s_height_13 {
        height: 351px;
    }
    .s_height_14 {
        height: 378px;
    }
    .s_height_15 {
        height: 405px;
    }
    .s_height_16 {
        height: 432px;
    }
    .s_height_17 {
        height: 459px;
    }
    .s_height_18 {
        height: 486px;
    }
    .s_height_19 {
        height: 513px;
    }
    .s_height_20 {
        height: 540px;
    }
    .s_height_21 {
        height: 567px;
    }
    .s_height_22 {
        height: 594px;
    }
    .s_height_23 {
        height: 621px;
    }
    .s_height_24 {
        height: 648px;
    }
    .s_height_25 {
        height: 675px;
    }
    .s_height_26 {
        height: 702px;
    }
    .s_height_27 {
        height: 729px;
    }
    .s_height_28 {
        height: 756px;
    }
    .s_height_29 {
        height: 783px;
    }
}


/* XS XS XS XS XS XS XS XS XS */

@media screen and (max-width: 716px) {
    .xs_height_1 {
        height: 21px;
    }
    .xs_height_2 {
        height: 42px;
    }
    .xs_height_3 {
        height: 63px;
    }
    .xs_height_4 {
        height: 84px;
    }
    .xs_height_5 {
        height: 105px
    }
    .xs_height_6 {
        height: 126px;
    }
    .xs_height_7 {
        height: 147px;
    }
    .xs_height_8 {
        height: 168px;
    }
    .xs_height_9 {
        height: 189px;
    }
    .xs_height_10 {
        height: 210px;
    }
    .xs_height_11 {
        height: 231px;
    }
    .xs_height_12 {
        height: 252px;
    }
    .xs_height_13 {
        height: 273px;
    }
    .xs_height_14 {
        height: 294px;
    }
    .xs_height_15 {
        height: 315px;
    }
    .xs_height_16 {
        height: 336px;
    }
    .xs_height_auto {
        height: auto;
    }
    .xs_height_auto-scale {
        height: auto;
        transform: scale(1.2);
        margin-top: 6.5%;
        margin-bottom: 6.5%;
    }
    .xs_height_half {
        height: 50vh;
    }
}

/* ------------- Margin-Top ---------------- */

.xl_margin-top_1 {
    margin-top: 27px;
}

.xl_margin-top_2 {
    margin-top: 54px;
}

.xl_margin-top_4 {
    margin-top: 108px;
}

.xl_margin-top_16 {
    margin-top: 432px;
}

.xl_margin-top_20 {
  margin-top: 540px;
}

.xl_margin-top_22 {
  margin-top: 594px;
}

.xl_margin-top_24 {
    margin-top: 648px;
}

.xl_margin-top_25 {
    margin-top: 674px;
}

.xl_margin-top_27 {
    margin-top: 729px;
}

.xl_margin-top_32 {
    margin-top: 864px;
}


/* L L L L L L L L L L L L L L  */

@media screen and (max-width: 1690px) {
    .l_margin-top_-2 {
      margin-top: -54px;
    }
    .l_margin-top_2 {
        margin-top: 54px;
    }
     .l_margin-top_16 {
        margin-top: 432px;
    }
    .l_margin-top_17 {
        margin-top: 459px;
    }
    .l_margin-top_20 {
        margin-top: 540px;
    }
    .l_margin-top_22 {
        margin-top: 594px;
    }
    .l_margin-top_23 {
        margin-top: 621px;
    }
    .l_margin-top_26 {
        margin-top: 702px;
    }
    .l_remove_clear {
        clear: inherit;
    }
}


/* M M M M M M M M M M M M M */

@media print,
screen and (max-width: 1366px) {
    .m_margin-top_-3 {
       margin-top: -81px;
   }
    .m_margin-top_0 {
        margin-top: 0px;
    }
    .m_margin-top_2 {
        margin-top: 54px;
    }
    .m_margin-top_4 {
       margin-top: 108px;
   }
    .m_margin-top_14 {
        margin-top: 378px;
    }
    .m_margin-top_17 {
        margin-top: 459px;
    }
    .m_margin-top_19 {
        margin-top: 513px;
    }
    .m_margin-top_20 {
        margin-top: 540px;
    }
    .m_margin-top_22 {
        margin-top: 594px;
    }
    .m_margin-top_23 {
        margin-top: 621px;
    }
    .m_margin-top_24 {
        margin-top: 648px;
    }
    .m_margin-top_25 {
        margin-top: 675px;
    }
    .m_margin-top_26 {
        margin-top: 702px;
    }
    .m_margin-top_27 {
        margin-top: 729px;
    }
    .m_margin-top_29 {
        margin-top: 783px;
    }
    .m_remove_clear {
        clear: inherit;
    }
}


/* S S S S S S S S S S S S S S S S  */

@media screen and (max-width: 1023px) {
    .s_margin-top_0 {
        margin-top: 0px;
    }
    .s_margin-top_2 {
        margin-top: 54px;
    }
    .s_margin-top_10 {
        margin-top: 270px;
    }
    .s_margin-top_14 {
        margin-top: 378px;
    }
    .s_margin-top_15 {
        margin-top: 405px;
    }
}


/* XS XS XS XS XS XS XS XS XS */

@media screen and (max-width: 716px) {
    .xs_margin-top_1 {
        margin-top: 21px;
    }
    .xs_margin-top_2 {
        margin-top: 42px;
    }

     .xs_margin-bottom_2 {
        margin-bottom: -42px;
    }

     .xs_remove_clear {
        clear: inherit;
    }
}


/* ---------------- Dot Grid Raster im Hintergrund ------------------ */

.dot-grid {
    background-image: url("..//bilder/dotgrid.gif");
    background-position: center 0px;
    background-size: auto 27px;
    background-repeat: repeat;
    /* image-rendering: pixelated; */
}
html[data-theme='dark'] .dot-grid {
          background-image: url("..//bilder/dotgrid-neg.gif");
        }

.balken-oben {
    background: #ffffff;
    background: var(--color-background);
    width: 100%;
    height: 27px;
}

.balken-links {
    background: #ffffff;
    background: var(--color-background);
    width: 54px;
    height: 100%;
    position: fixed;
    left: 0px;
    z-index: 20;
}

.balken-rechts {
    background: #ffffff;
    background: var(--color-background);
    width: 54px;
    height: 100%;
    position: fixed;
    right: 0px;
    float: right;
     z-index: 20;
}


/* M M M M M M M M M M M M M */

@media screen and (max-width: 1366px) {
    .balken-links,
    .balken-rechts {
        width: 45px;
    }
}


/* XS XS XS XS XS XS XS XS XS */

@media screen and (max-width: 716px) {
    .dot-grid,
    html[data-theme='dark'] .dot-grid  {
        background-image: none;
    }
    .balken-links,
    .balken-rechts {
        width: 9%;
    }
}


/* P  R  I  N  T */

@media print {
    .dot-grid {
        background-image: none;
        position: relative;
    }

   .balken-links,
   .balken-rechts {
    background: none;
  }

}


/* ANIMATION DARKMODE SWITCH */
/* The switch - the box around the slider */
.theme-switch {
 display: block;
 height: 50px;
margin-bottom: 4px;
clear: left;
cursor: pointer;
}

/* Hide default HTML checkbox */
.theme-switch input {
  display: none;
 opacity: 0;
 width: 0;
 height: 0;
}

/* The slider */
/* .slider {
 cursor: pointer;
} */

/* .slider:hover svg {
  fill: #00cb9c;
  fill: var(--color-alpha);
} */
.slider defs mask #eclipse {
    transition: .3s  ease;
}
input:checked + .slider defs mask #eclipse {
  transform: translate(-8px);
}
.slider #sonnenstrahlen {
  display: block;
}
input:checked + .slider #sonnenstrahlen {
  display: none;
}
.slider #kreis {
  transform: translateX(0px) scale(1);
  transition: .3s  ease;
}
input:checked + .slider #kreis {
  transform-origin: center;
  transform: translateX(-3px) scale(1.4);
  fill: #fff;
  fill: var(--color-text);
}
