/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v44-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v44-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v44-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

html, body {
  font-size: 16px;
  min-height: 100vh;
}

* {
  line-height: calc(1em + 0.8rem);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1 {
  font-family: "Open Sans", sans-serif;
  color: var(--rot);
  font-size: 2.5rem;
  font-weight: 200;
}

h2, h3 {
  font-family: "Open Sans";
}

strong {
  color: var(--rot);
}

p, li, a {
  overflow-wrap: break-word;
  hyphens: auto;
  color: var(--rost);
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2.2rem;
}

#wrapper {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #9b9b9b;
}

::selection {
  color: rgb(255, 255, 255);
  background: #9b9b9b;
}

/* Basis Styling */
#hamburger {
  z-index: 100;
  transform: scale(1.1);
}

.hamburger-icon-container {
  height: 1.7em;
  width: 1.7em;
  position: relative;
  cursor: pointer;
  background: none;
  border: 0px solid currentColor;
  border-radius: 3px;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 1.7em;
  background: #3C3D3E;
  transition: all 0.2s ease;
}

.hamburger-icon {
  top: 0.75em;
}

.hamburger-icon:before {
  top: -0.55em;
}

.hamburger-icon:after {
  top: 0.55em;
}

.hamburger-active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg);
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
  top: 0;
}

.hamburger-active .hamburger-icon:before {
  transform: rotate(90deg);
}

@media only screen and (max-width: 962px) {
  #hamburger {
    transform: scale(1);
  }
}
#header {
  padding: 0 0;
  z-index: 3000;
  width: 100vw;
  font-family: "Open Sans", sans-serif;
}
#header h3 {
  font-size: 1.1rem;
  color: #000;
}
#header h3 a {
  color: var(--text-color);
  text-decoration: none;
}
#header #top-rright {
  display: none;
}
#header nav.mod_navigation {
  overflow: visible;
  padding-top: 1.7rem;
}
#header nav.mod_navigation ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}
#header nav.mod_navigation ul li {
  margin-right: 1rem;
}
#header nav.mod_navigation ul li a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 0.95rem;
  color: var(--rot) !important;
}
#header nav.mod_navigation ul.level_1 {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 0;
  overflow: visible;
}
#header nav.mod_navigation ul.level_1 > li {
  margin-right: 1rem;
  padding: 0.3rem;
  position: relative;
}
#header nav.mod_navigation ul.level_1 > li:hover {
  background-color: var(--grau);
  border-radius: 10px;
}
#header nav.mod_navigation ul.level_1 > li:hover > ul.level_2 {
  opacity: 1;
  visibility: visible;
  min-width: 200px;
}
#header nav.mod_navigation ul.level_1 > li a {
  font-size: 0.95rem;
  color: var(--rot) !important;
}
#header nav.mod_navigation ul.level_1 > li a.submenu {
  color: var(--rot) !important;
}
#header nav.mod_navigation ul.level_1 > li a.submenu::after {
  content: url("../hg/nav-down.png");
  margin-left: 0.5rem;
}
#header nav.mod_navigation ul.level_2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 0.3rem;
  padding-left: 0;
  padding: 0.3rem 0;
  margin-left: -0.3rem;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
#header nav.mod_navigation ul.level_2 > li {
  margin-right: 0;
  margin-bottom: 0rem;
  margin: 0rem;
  padding-left: 0;
  padding: 0;
  width: 100%;
  line-height: 3rem;
}
#header nav.mod_navigation ul.level_2 > li:hover {
  background-color: var(--grau);
  border-radius: 0;
}
#header nav.mod_navigation ul.level_2 > li > a,
#header nav.mod_navigation ul.level_2 > li > strong {
  font-size: 0.9rem !important;
  color: #000 !important;
  padding: 0 0.3rem;
}
#header nav.mod_navigation ul.level_2 > li strong {
  color: var(--rot) !important;
}
#header #top-center input {
  border: 2px solid var(--grau);
  border-radius: 5px;
  background-image: url("../hg/lupe.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
}
#header #top-center .search-box {
  position: relative;
  display: inline-block;
}
#header #top-center .search-box input {
  padding-right: 40px;
  height: 40px;
  font-size: 16px;
  background-color: var(--pistazie);
}
#header #top-center .search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../hg/lupe.png");
  background-repeat: no-repeat;
  background-position: right 2px center;
  height: 26px;
  width: 26px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  font-size: 18px;
}
#header #menu-head {
  --content-maxwidth: 1860px;
  --padding-inline: 3rem;
  --breakout-maxwidth: 100rem;
  display: grid;
  grid-template-columns: [full-width-start] var(--padding-inline) [breakout-start] 1fr [content-start] minmax(300px, var(--content-maxwidth)) [content-end] 1fr [breakout-end] var(--padding-inline) [full-width-end];
}
#header #menu-head .inside {
  grid-column: full-width;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
  justify-content: space-around;
  z-index: 100;
  margin-top: 2rem;
  margin-bottom: 1rem;
  align-items: center;
  align-items: start;
  padding-left: 5rem;
  padding-right: 5rem;
}
#header #menu-head .inside #top-left,
#header #menu-head .inside #top-center,
#header #menu-head .inside #top-center-r,
#header #menu-head .inside #top-right {
  flex: 0 0 20%;
}
#header #menu-head .inside #top-left a,
#header #menu-head .inside #top-left h3,
#header #menu-head .inside #top-center a,
#header #menu-head .inside #top-center h3,
#header #menu-head .inside #top-center-r a,
#header #menu-head .inside #top-center-r h3,
#header #menu-head .inside #top-right a,
#header #menu-head .inside #top-right h3 {
  text-decoration: none;
  color: var(--txt-color);
  font-size: 1.38rem;
  font-weight: 200;
}
#header #menu-head .inside #top-left {
  grid-column: 6/8;
  grid-row: 1/2;
  text-align: center;
}
#header #menu-head .inside #top-left a {
  text-align: center;
}
#header #menu-head .inside #top-left img {
  height: auto;
}
#header #menu-head .inside #filmHolder {
  grid-column: 3/4;
}
#header #menu-head .inside #top-center {
  grid-column: 1/13;
  grid-row: 2/3;
  justify-self: end;
  z-index: 100;
}
#header #menu-head .inside #top-center h3 {
  text-align: center !important;
}
#header #menu-head .inside #top-right {
  grid-column: 10/13;
  grid-row: 1/2;
}
#header #menu-head .inside #top-right #teasePhone {
  display: flex;
  flex-direction: row;
}
#header #menu-head .inside #top-right #teasePhone a {
  font-size: 3.125rem;
  color: var(--gruen);
  font-weight: 600;
}
#header #menu-head .inside #top-right img {
  max-width: 50px;
  height: auto;
}
#header #menu-head .inside #top-rright {
  grid-column: 8/13;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
  grid-row: 1/2;
  display: none;
}
#header #menu-head .inside #top-rright #anrufen {
  max-width: 60%;
}
#header #menu-head .inside #logo {
  max-width: 390px;
  height: auto;
}
#header #top-logo img {
  max-width: 200px;
  width: 100%;
}
#header #btn_close,
#header #btn_nav {
  cursor: pointer;
}
#header #btn_close {
  display: none;
}
#header #btn_nav {
  background-color: var(--gruen);
  padding: 10px;
  mix-blend-mode: difference;
  z-index: 200;
}
#header #btn_nav2 {
  margin: 0 auto;
}
#header #twenty-for-seven {
  font-size: 1.5rem;
  cursor: pointer;
}
#header #headerImage {
  display: grid;
  position: relative;
}
#header #headerImage #logo {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
  cursor: pointer;
}
#header #headerImage #logo img {
  max-width: 200px;
  width: 100%;
}
#header h3.phone {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
#header h3.phone::before {
  content: "";
  background-image: url("../hg/FAX.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}
#header h3.weg {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
#header h3.weg::before {
  content: "";
  background-image: url("../hg/weg.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}
#header #btn_filme::before,
#header #btn_gedenkportal::before {
  content: "";
  background-image: url("../hg/btn_video.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.5rem;
  height: 38px;
  margin-right: 0.2rem;
}
#header #btn_gedenkportal::before {
  background-image: url("../hg/btn_gp.png");
}

.head-transparent #header {
  background-color: transparent;
}

@media only screen and (max-width: 8px) {
  #header {
    position: static;
  }
  #header .inside {
    background-color: var(--gelb);
  }
  #header #menu-head .inside {
    grid-column: content;
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: repeat(6, auto);
    justify-content: space-around;
    z-index: 100;
    margin-top: 3rem;
    margin-top: 0;
    margin-bottom: 1rem;
    align-items: center;
  }
  #header #menu-head .inside #top-left {
    grid-column: 1/2;
    grid-row: 1/8;
    text-align: center;
  }
  #header #menu-head .inside #top-center {
    grid-column: 2/3;
    grid-row: 1/3;
    padding: 0.2rem 0;
  }
  #header #menu-head .inside #top-center-r {
    grid-column: 2/3;
    grid-row: 3/5;
    padding: 0.2rem 0;
  }
  #header #menu-head .inside #top-right {
    grid-column: 2/3;
    grid-row: 5/7;
    padding: 0.2rem 0;
  }
  #header #menu-head .inside #top-rright {
    grid-row: 1/-1 !important;
    align-self: flex-start;
  }
  #header #menu-head .inside #top-rright #btn_nav {
    max-width: 2.5rem;
  }
  #menu-head .inside {
    padding: 1rem 0rem !important;
  }
}
@media only screen and (max-width: 768px) {
  #header #menu-head .inside {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #header #menu-head .inside #top-logo img {
    max-width: 50%;
  }
  #header .content-grid {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #header #headerImage #logo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1000;
    transform: translateX(0);
  }
}
.startseite_ #header {
  position: absolute;
  background-color: #fff;
  z-index: 2;
}
.startseite_ #header .head-line {
  background: transparent;
  box-shadow: 0px 9px 15px -7px rgba(0, 0, 0, 0);
}
.startseite_ #header #menu-head .inside {
  position: fixed;
  width: 100%;
  grid-column: content;
  display: grid;
  grid-template-columns: 30% 1fr 30%;
  height: 15rem;
  background: rgb(255, 255, 255);
  z-index: 100;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.startseite_ #container {
  padding-top: 0;
}
.startseite_ #start-video h1.headline {
  position: relative;
  left: -5rem;
  width: 100%;
  font-size: 5.5rem;
  line-height: 5.5rem;
  z-index: 0;
  color: #fff;
  grid-area: headline;
}

@media only screen and (max-width: 1438px) {
  #header #menu-head .inside #top-left {
    grid-column: 1/3;
    text-align: left;
    align-self: center;
  }
  #header #menu-head .inside #top-left #logo {
    max-width: 200px;
    height: auto;
  }
  #header #menu-head .inside #top-center {
    grid-column: 3/13;
    grid-row: 1/2;
    justify-self: end;
    z-index: 100;
  }
  #header #menu-head .inside {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1180px) {
  #header nav.mod_navigation {
    display: none;
  }
  #header #menu-head .inside #top-left {
    grid-column: 1/4;
    grid-row: 1/2;
    text-align: left;
    align-self: center;
  }
  #header #menu-head .inside #top-left #logo {
    max-width: 100%;
    height: auto;
  }
  #header #menu-head .inside #top-right {
    grid-column: 8/13;
    grid-row: 2/3;
    justify-self: flex-end;
  }
  #header #menu-head .inside #top-right #teasePhone {
    display: flex;
    flex-direction: row;
    align-items: start;
    background-color: var(--rot);
    color: #fff;
    padding: 0.8rem 1.5rem;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    bottom: -4rem;
    right: 1rem;
    gap: 0.6rem;
  }
  #header #menu-head .inside #top-right #teasePhone .cl {
    white-space: nowrap;
  }
  #header #menu-head .inside #top-rright {
    grid-column: 12/13;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
    grid-row: 1/2;
    display: table;
  }
  #header #menu-head .inside #top-rright #anrufen {
    max-width: 60%;
  }
}
@media only screen and (max-width: 781px) {
  #header #top-center h3.phone {
    font-size: 1.1rem !important;
  }
  #logo {
    max-width: 39vw !important;
    height: auto;
  }
  #header #menu-head .inside #top-rright {
    gap: 1rem;
  }
  #header #menu-head .inside #top-right #teasePhone .cl {
    gap: 0rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  #header #menu-head .inside #top-right #teasePhone .cl span {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
  #header #menu-head .inside #top-right #teasePhone img {
    max-width: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 530px) {
  #header #menu-head #top-left {
    flex: 60%;
  }
  #header #menu-head #top-center {
    flex: 30% !important;
  }
  #header #menu-head #top-center .phone {
    font-size: 1rem;
    transform-origin: center;
  }
  #header #menu-head #top-center .phone:before {
    content: "";
    background-image: url(../icons/phone.png);
    background-size: 100% 100%;
    padding-right: 0.6rem;
    display: inline-block;
    /*size of your image*/
    height: 15px;
    width: 10px;
  }
  #header #menu-head .inside #top-left {
    grid-column: 1/7;
  }
  #header #menu-head .inside #top-left #logo {
    max-width: 100% !important;
    height: auto;
  }
}
@media only screen and (max-width: 400px) {
  #header #twenty-for-seven {
    font-size: 1.2rem;
  }
  #header #menu-head {
    --padding-inline: 1.5rem;
  }
  #logo {
    max-width: 200px !important;
  }
}
#footer {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  padding-top: 0;
  background: var(--gruen);
  font-family: "Open Sans";
}
#footer p {
  font-size: 0.875rem;
  line-height: 1.3rem;
  color: #fff;
}
#footer .first {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 3rem;
  margin: 0;
  padding: 0;
}
#footer .second {
  font-size: 5.3rem;
  text-transform: uppercase;
  line-height: 5.3rem;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}
#footer .item.right {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
}
#footer .item.center {
  flex-direction: column !important;
  display: flex;
}
#footer .item #footer-inline {
  border-bottom: #fff 10px solid;
}
#footer #map-footer h3 {
  margin: 0;
}
#footer .btn_phone,
#footer .btn_fax,
#footer .btn_mail {
  display: flex;
  align-items: center;
}
#footer .btn_phone::before,
#footer .btn_fax::before,
#footer .btn_mail::before {
  content: "";
  background-image: url("../icons/phone.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.6rem;
}
#footer .btn_fax::before {
  content: "";
  background-image: url("../icons/fax.png");
  background-size: 14px 20px;
}
#footer .btn_mail::before {
  content: "";
  background-image: url("../icons/mail.png");
  background-size: 14px 10px;
}
#footer .btn_fb {
  margin-top: 2rem;
}
#footer .btn_fb::before {
  content: "";
  background-image: url("../icons/fb.png");
  background-size: 14px 14px;
}
#footer .headB {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
#footer strong.ttop {
  font-size: 1rem;
  line-height: 1.5rem;
}
#footer address {
  font-style: normal;
  line-height: 2rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3rem;
}
#footer address p {
  margin: 0;
  padding: 0;
}
#footer .item.right .column {
  margin-top: 2rem;
}
#footer .item.right .column p {
  margin: 0;
  line-height: 2.5rem;
}
#footer {
  font-size: 1.25rem;
}
#footer #footer-inline,
#footer #footer-inline-second {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 0;
  align-items: center;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #5f5f5f;
}
#footer #footer-inline .item.left,
#footer #footer-inline-second .item.left {
  grid-column: 1/2;
}
#footer #footer-inline .item.right,
#footer #footer-inline-second .item.right {
  grid-column: 2/3;
}
#footer #footer-inline a,
#footer #footer-inline-second a {
  text-decoration: none;
}
#footer #footer-inline .line,
#footer #footer-inline-second .line {
  width: 100%;
  margin: 3rem 0 1rem 0;
  display: grid;
  grid-template-columns: auto auto auto 20%;
  grid-template-rows: auto auto;
}
#footer #footer-inline .line.first,
#footer #footer-inline-second .line.first {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
#footer #footer-inline .line a,
#footer #footer-inline-second .line a {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  font-size: 0.9rem;
}
#footer #footer-inline .line strong,
#footer #footer-inline-second .line strong {
  display: block;
  color: #fff;
}
#footer #footer-inline .line .row,
#footer #footer-inline-second .line .row {
  margin: 1.5rem 0;
}
#footer #footer-inline .line .row p,
#footer #footer-inline-second .line .row p {
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
#footer #footer-inline .line .row.columnR,
#footer #footer-inline-second .line .row.columnR {
  display: grid;
  grid-template-columns: auto 1fr;
}
#footer #footer-inline .line .row.columnR .column,
#footer #footer-inline-second .line .row.columnR .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer #footer-inline .line .row.columnR .column img,
#footer #footer-inline-second .line .row.columnR .column img {
  padding: 0.1rem 0;
}
#footer #footer-inline .line #ctrl_85,
#footer #footer-inline-second .line #ctrl_85 {
  width: 100%;
  font-size: 0.9rem;
}
#footer #footer-inline .line .item.left,
#footer #footer-inline-second .line .item.left {
  grid-column: 1/2;
}
#footer #footer-inline .line .item.right,
#footer #footer-inline-second .line .item.right {
  grid-column: 2/3;
  padding-right: 2rem;
  padding-left: 2rem;
}
#footer #footer-inline .line .item.rright,
#footer #footer-inline-second .line .item.rright {
  grid-column: 4/5;
}
#footer #footer-inline .line .item.rright .column p,
#footer #footer-inline-second .line .item.rright .column p {
  line-height: 3rem;
  margin: 0;
  padding: 0;
}
#footer #footer-inline .line .icons,
#footer #footer-inline-second .line .icons {
  margin-top: 5rem;
  grid-row: 2/3;
  grid-column: 2/span 2;
  justify-self: flex-start;
  margin-left: 3rem;
}
#footer #footer-inline .line .icons .row,
#footer #footer-inline-second .line .icons .row {
  margin-left: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#footer #footer-inline .line.second,
#footer #footer-inline-second .line.second {
  justify-content: end;
}
#footer #footer-inline .line.second .content-text.media,
#footer #footer-inline-second .line.second .content-text.media {
  grid-column: 1/-1;
  grid-row: 1/2;
  text-align: right;
}
#footer #footer-inline .line.second .content-text.media p,
#footer #footer-inline-second .line.second .content-text.media p {
  font-size: 1.875rem;
  line-height: 2.3rem;
}
#footer #footer-inline .line.second .content-text.media figure,
#footer #footer-inline-second .line.second .content-text.media figure {
  text-align: right;
}
#footer #footer-inline .line.second .content-text.media figure img,
#footer #footer-inline-second .line.second .content-text.media figure img {
  margin-right: 0;
  margin-left: auto;
}
#footer #footer-inline .line .item.right,
#footer #footer-inline .line .item.rright,
#footer #footer-inline-second .line .item.right,
#footer #footer-inline-second .line .item.rright {
  justify-self: flex-end;
}
#footer #footer-inline #filialen,
#footer #footer-inline-second #filialen {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
#footer #footer-inline #filialen .bg-image,
#footer #footer-inline-second #filialen .bg-image {
  grid-column: 1/13;
  grid-row: 1/13;
  z-index: 1;
}
#footer #footer-inline #filialen .bg-image img,
#footer #footer-inline-second #filialen .bg-image img {
  width: 100%;
  height: auto;
}
#footer #footer-inline #filialen #intro,
#footer #footer-inline-second #filialen #intro {
  grid-column: 2/12;
  grid-row: 1/3;
  z-index: 20;
}
#footer #footer-inline #filialen #intro h2,
#footer #footer-inline-second #filialen #intro h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
#footer #footer-inline #filialen .bubble1,
#footer #footer-inline-second #filialen .bubble1 {
  grid-column: 2/5;
  grid-row: 2/4;
  z-index: 2;
}
#footer #footer-inline h3.phone,
#footer #footer-inline-second h3.phone {
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}
#footer #footer-inline h3.phone::before,
#footer #footer-inline-second h3.phone::before {
  content: "";
  background-image: url("../hg/FAX.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}
#footer #footer-inline h3,
#footer #footer-inline-second h3 {
  font-size: 1.25rem;
  color: #000;
}
#footer #footer-inline h3.weg,
#footer #footer-inline-second h3.weg {
  display: flex;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
}
#footer #footer-inline h3.weg::before,
#footer #footer-inline-second h3.weg::before {
  content: "";
  background-image: url("../hg/weg.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
}
#footer #footer-inline h3.mail,
#footer #footer-inline-second h3.mail {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 400;
}
#footer #footer-inline h3.mail::before,
#footer #footer-inline-second h3.mail::before {
  content: "";
  background-image: url("../hg/mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 24px;
  margin-right: 0.8rem;
}
#footer .ggh {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: full-width !important;
}
#footer #gh-text {
  display: none;
  max-width: var(--max-width-main);
  margin: 0 auto;
}
#footer #gh-text.show {
  display: block;
  grid-column: 2/11;
}
#footer .flexform .row {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 1rem;
}
#footer .flexform .row .column {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
#footer .flexform .row:nth-of-type(2) div, #footer .flexform .row:nth-of-type(3) div {
  grid-column: 1/3;
}
#footer .flexform input,
#footer .flexform textarea {
  width: 100%;
  padding-left: 10px;
}
#footer .flexform input::-moz-placeholder, #footer .flexform textarea::-moz-placeholder {
  font-weight: bold;
  opacity: 1;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-top: 10px;
}
#footer .flexform input::placeholder,
#footer .flexform textarea::placeholder {
  font-weight: bold;
  opacity: 1;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-top: 10px;
}
#footer #footer-inline .line .item.rright .column {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
#footer #footer-inline .line .item.rright .column p {
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
#footer #ctrl_84 {
  border: 0;
  color: #fff;
  font-size: 0.7rem;
}
#footer #ctrl_84 #lbl_84_0 {
  color: #fff;
  font-size: 0.7rem;
}
#footer .paragraph {
  grid-column: 3/4;
}
#footer .paragraph p {
  line-height: 2rem;
}
#footer .point {
  text-align: left;
}
#footer .point.content-image img {
  max-width: 238px;
  height: auto;
}
#footer .paragraph {
  text-transform: none;
}
#footer .paragraph p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#footer #footer p,
#footer #footer a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
#footer #footer .fullwidthF {
  text-align: center;
  font-weight: 300;
}
#footer #footer .fullwidthF p {
  font-weight: 100 !important;
  font-size: 1.25rem;
}
#footer .head {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#footer .head + p {
  margin-top: 0.2rem;
}

@media only screen and (max-width: 860px) {
  #footer .line.second .item.center {
    flex: 0 0 20%;
  }
  #footer .line.second .item.center .rte .line {
    flex-direction: column;
  }
  #footer .line.second .item.left, #footer .line.second .item.right {
    flex: 0 0 40%;
  }
  #footer .line.second .item.center {
    flex-direction: column !important;
  }
  #footer #footer-inline .line {
    justify-items: center;
    padding: 0 1rem;
  }
  #footer #footer-inline .line .item.left {
    grid-column: 1/3 !important;
    justify-self: flex-start;
    padding-left: 2rem;
  }
  #footer #footer-inline .line .item.right {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 700px) {
  #footer .line.second .item.center {
    flex: 0 0 50%;
  }
  #footer .line.second .item.center .rte .line {
    flex-direction: column;
  }
  #footer .line.second .item.left {
    flex: 0 0 50%;
  }
  #footer .line.second .item.right {
    flex: 0 0 100%;
  }
  #footer #footer-inline .line {
    flex-wrap: wrap;
  }
  #footer #footer-inline .line .item.left {
    padding-bottom: 2rem !important;
  }
  #footer {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 630px) {
  .point {
    text-align: left;
  }
  .point.content-image img {
    max-width: 250px;
    height: auto;
    padding: 2rem;
  }
  #footer-inline .line {
    justify-items: center;
    padding: 0 0rem !important;
  }
  #footer-inline .line .item {
    padding: 0 1rem !important;
  }
}
@media only screen and (max-width: 600px) {
  #footer #footer-inline .line .item.rright {
    grid-column: 1/5;
  }
  #footer #footer-inline .line .item.left {
    grid-column: 1/3 !important;
    justify-self: flex-start;
    grid-row: 1/2;
  }
  #footer #footer-inline .line .item.right {
    grid-column: 1/3;
    justify-self: center;
  }
  #footer #footer-inline .line .item.center {
    grid-column: 3/5;
    grid-row: 1/2;
    justify-self: center;
  }
  #footer #footer-inline .line .item.left {
    grid-column: 1/3 !important;
  }
  #footer #footer-inline .line .item.left img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #footer-inline .line .item.rright {
    grid-column: 3/5;
    justify-self: flex-start;
  }
}
@media only screen and (max-width: 400px) {
  #footer .inside {
    --content-maxwidth: var(--max-width-main);
    --padding-inline: 1rem !important;
    --breakout-maxwidth: 100rem;
    grid-template-columns: [full-width-start] var(--padding-inline) [breakout-start] 1fr [content-start] minmax(300px, var(--content-maxwidth)) [content-end] 1fr [breakout-end] var(--padding-inline) [full-width-end] !important;
  }
  #footer #footer-inline .line {
    justify-items: center;
    grid-template-columns: 30% auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (max-width: 500px) {
  #footer #footer-inline .line:nth-of-type(2) {
    justify-content: center;
  }
}
.footer-white #footer,
.f-white #footer {
  background-color: white;
}

@media only screen and (max-width: 480px) {
  #footer .line.second .item.center {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  #footer .line.second .item.rright {
    grid-column: 3/5;
    grid-row: 2/4;
  }
}
/* Basis Styling */
.hamburger-icon-container {
  height: 1.7em;
  width: 1.7em;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.hamburger-icon-container.white .hamburger-icon,
.hamburger-icon-container.white .hamburger-icon:before,
.hamburger-icon-container.white .hamburger-icon:after {
  background: #fff !important;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 1.7em;
  background: #000;
  transition: all 0.2s ease;
}

.hamburger-icon {
  top: 0.75em;
}

.hamburger-icon:before {
  top: -0.55em;
}

#hamburger {
  cursor: pointer;
}
#hamburger img {
  max-height: 50px;
}

.hamburger-icon:after {
  top: 0.55em;
} 
:root {
  --navwidth: 100vw;
  --navheight: 100vh;
  --active: #fff;
  --gruenDark: #414244;
}

#left {
  width: 38vw;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background: var(--txt-gruen);
  z-index: 20000;
  margin-left: 0;
  transform-origin: center top;
  transition: all 0.3s ease-in-out;
}
#left #navigation #navHolder {
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  position: fixed;
  background: var(--rot);
  gap: 1rem;
  width: 60vw;
  transform: translateX(-100vw);
  transition: all 0.3s ease-in-out;
}
#left #navigation #navHolder .row {
  width: 100%;
}
#left #navigation #navHolder .row .level_1 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
  margin-left: 0;
}
#left #navigation #navHolder .row .level_1 > li {
  margin-top: 2rem;
}
#left #navigation #navHolder .row .level_1 li {
  position: relative;
  z-index: 1;
}
#left #navigation #navHolder .row .level_1 li a,
#left #navigation #navHolder .row .level_1 li strong {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  padding: 1rem 0.5rem;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
#left #navigation #navHolder .row .level_1 li a.active,
#left #navigation #navHolder .row .level_1 li strong.active {
  color: var(--active);
}
#left #navigation #navHolder .row .level_1 li strong {
  color: var(--gruenDark) !important;
  cursor: pointer;
}
#left #navigation #navHolder .row .level_1 li strong.active, #left #navigation #navHolder .row .level_1 li strong.trail {
  color: var(--red) !important;
}
#left #navigation #navHolder .row .level_1 li a.active, #left #navigation #navHolder .row .level_1 li a.trail {
  color: var(--red) !important;
  color: #fff !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 {
  list-style: none !important;
  margin-left: 0;
  padding-left: 25px;
  z-index: 1000;
}
#left #navigation #navHolder .row .level_1 li .level_2 li {
  list-style: none !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 li.bg-beige, #left #navigation #navHolder .row .level_1 li .level_2 li.bg-hblau, #left #navigation #navHolder .row .level_1 li .level_2 li.bg-hellblau {
  background-color: var(--beige) !important;
  background: none !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 li a.bg-beige, #left #navigation #navHolder .row .level_1 li .level_2 li a.bg-hblau, #left #navigation #navHolder .row .level_1 li .level_2 li a.bg-hellblau,
#left #navigation #navHolder .row .level_1 li .level_2 li strong.bg-beige,
#left #navigation #navHolder .row .level_1 li .level_2 li strong.bg-hblau,
#left #navigation #navHolder .row .level_1 li .level_2 li strong.bg-hellblau {
  background-color: var(--beige) !important;
  background: none !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 a,
#left #navigation #navHolder .row .level_1 li .level_2 strong {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
  line-height: 2.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
#left #navigation #navHolder .row .level_1 li .level_2 a:hover,
#left #navigation #navHolder .row .level_1 li .level_2 strong:hover {
  color: var(--red) !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 strong {
  color: #000 !important;
  font-weight: 600;
}
#left #navigation #navHolder .row .level_1 li {
  z-index: 20;
}
#left #navigation #navHolder .row .level_1 li:hover {
  z-index: 2000000;
}
#left #navigation #navHolder .row .level_1 li strong.trail.hide + .level_2 {
  visibility: hidden;
  opacity: 0;
  transform: translateX(50px);
}
#left #navigation #navHolder .row.first {
  text-align: right;
  position: relative;
  grid-row: 1/2;
}
#left #navigation #navHolder .row.first #btn_close {
  position: absolute;
  top: 1rem;
  right: 10%;
  cursor: pointer;
  max-width: 50px;
}
#left #navigation #navHolder .row.firstS {
  text-align: center;
  position: relative;
  grid-row: 2/3;
  display: flex;
  justify-content: space-evenly;
}
#left #navigation #navHolder .row.firstS .button {
  background-color: none;
  color: var(--gruen);
  border: 0;
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  margin-bottom: 1rem;
  color: var(--dunkel-blau);
  background-color: var(--hell-blau);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
#left #navigation #navHolder .row.firstS .button::after {
  content: url("../hg/s-link.png") !important;
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  margin-top: 0.5rem;
}
#left #navigation #navHolder .row.second {
  grid-row: 3/4;
  position: relative;
  overflow-y: auto;
  padding-bottom: 5rem;
}
#left #navigation #navHolder .row.second #btn_close {
  position: absolute;
  top: 1rem;
  right: 0;
  cursor: pointer;
}
#left #navigation #navHolder::after {
  display: none;
}
#left #navigation #navHolder .row.first {
  grid-column: 1/2;
}
#left #navigation #navHolder .row.second {
  grid-column: 2/4;
}
#left strong.kontakthead,
#left a.kontakthead {
  display: none !important;
}

body.showNavP #left #navigation #navHolder {
  transform: translateX(0);
}

.kontakthead li a,
.kontakthead li strong {
  color: #fff;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 1rem 0.5rem;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.kontakthead li a.active,
.kontakthead li strong.active {
  color: var(--active);
}

.hamburger-active #left {
  transform: translateX(0px);
}

@media only screen and (max-width: 70px) {
  #left #navigation #navHolder .column .level_1 li a,
  #left #navigation #navHolder .column .level_1 li strong {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  #left #navigation #navHolder .column .level_1 li .level_2 {
    list-style: none !important;
    position: static;
    margin-left: 0;
    top: 0;
    z-index: 100000000;
    opacity: 1;
    transition: transform 0.2s;
    transform: translateX(0);
  }
  .mod_navigation {
    margin-top: 0rem;
  }
  #left #navigation .level_1 li {
    flex: 0 0 48% !important;
  }
  #left #navigation #navHolder {
    gap: 0%;
  }
  #left #navigation #navHolder .row .level_1 li a,
  #left #navigation #navHolder .row .level_1 li strong {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 680px) {
  #left #navigation #navHolder .row .level_1 {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  #left .mod_navigation {
    overflow-y: auto !important;
  }
  #left .row.second {
    overflow: auto !important;
  }
  #left #navHolder {
    height: 100vh;
  }
}
#kontakt .formbody {
  padding: 2rem;
}

#kontakt .formbody .flexform {
  display: flex;
}

#kontakt .formbody .flexform .column {
  flex: 0 0 50%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#kontakt .formbody .flexform .column input,
#kontakt .formbody .flexform .column textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}

#kontakt .formbody .flexform .column textarea {
  height: 100%;
}

#kontakt fieldset {
  border: 0;
}

#kontakt .explanation,
#kontakt label {
  color: var(--gelb);
  font-weight: 500;
}

#kontakt button {
  background-color: var(--gruen);
  color: white;
  border: 0;
}

#kontakt .widget {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  margin-top: 2rem;
}

#kontakt .flexrow {
  margin-top: 0;
}

#kontakt h2 {
  margin-top: 3rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

#kontakt .flexrow .widget {
  flex: 0 0 50%;
}

@media only screen and (max-width: 550px) {
  #kontakt .formbody .flexform {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
} 
:root {
  --top: -280px;
  --bottom: -280px;
  --right: -580px;
  --left: -580px;
  --bottom-r: 10%;
  --top-r: -10%;
  --bottom-text: -380px;
}

#outer-wrap {
  /* position: relative; */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 0;
  padding: 0;
}

.startseite #header {
  opacity: 0;
  transition: all 2.5s ease-in-out;
}
.startseite #header.show {
  opacity: 1;
}

#wrapperstart {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  display: flex !important;
  transition: all 2.5s ease-in-out;
  opacity: 1;
  z-index: 50;
}
#wrapperstart.wrapper-hide {
  opacity: 0;
}

.bgimages {
  width: 100vw;
  height: 100vh;
}

#bg-images-1 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url("../hamm/imagestart/start1.jpg");
  background-size: cover;
  background-position: center bottom;
  z-index: 30;
  transition: all 2.5s ease-in-out;
  opacity: 1;
}
#bg-images-1.hide {
  opacity: 0;
}

#bg-images-2 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url("../hamm/imagestart/start2.jpg");
  background-size: cover;
  z-index: 20;
  transition: all 2.5s ease-in-out;
  opacity: 1;
}
#bg-images-2.hide {
  opacity: 0;
}

#bg-images-3 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url("../hamm/imagestart/start3.jpg");
  background-size: cover;
  z-index: 10;
}

.bluete {
  position: absolute;
  transition: all 2.5s ease-in-out;
}

#igelb-1,
#igelb-2,
#igelb-3,
#igelb-4,
#igelb-5 {
  transform-origin: center bottom;
  transform-origin: center center;
  left: 50%;
}

#igruen-1,
#igruen-2,
#igruen-3,
#igruen-4,
#igruen-5,
#igruen-6 {
  transform-origin: center center;
  left: 50%;
}

/* ########TOP######## */
#igruen-1 {
  transform: translateX(-100%) rotate(180deg) scale(1.3);
  z-index: 1;
}
#igruen-1.bluete-rotate {
  transform: translate(-100%, var(--top-r)) rotate(180deg) scale(0.7);
}

#igruen-2 {
  transform: translateX(-50%) rotate(180deg) scale(1.3);
  z-index: 1;
}
#igruen-2.bluete-rotate {
  transform: translate(-50%, var(--top-r)) rotate(180deg) scale(0.7);
}

#igelb-1 {
  transform: translateX(0%) rotate(180deg) scale(1.3);
}
#igelb-1.bluete-rotate {
  transform: translate(0%, var(--top-r)) rotate(180deg) scale(0.7);
}

/* ############################# */
/* ####BOTTOM */
#igelb-2 {
  transform: translateX(-100%) rotate(0deg) scale(1.3);
}
#igelb-2.bluete-rotate {
  transform: translate(-100%, var(--bottom-r)) rotate(0deg) scale(0.7);
}

#igruen-3 {
  transform: translateX(-50%) rotate(0deg) scale(1.3);
  z-index: 1;
}
#igruen-3.bluete-rotate {
  transform: translate(-50%, var(--bottom-r)) rotate(0deg) scale(0.7);
}

#igelb-3 {
  transform: translateX(0%) rotate(0deg) scale(1.3);
}
#igelb-3.bluete-rotate {
  transform: translate(0%, var(--bottom-r)) rotate(0deg) scale(0.7);
}

/* #################### */
/* ####LEFT RIGHT */
#igelb-right {
  position: absolute;
  transform: translateY(-50%) rotate(-90deg) scale(1.3);
  right: var(--right);
  left: auto;
  top: 50%;
}
#igelb-right.bluete-rotate {
  transform: translateY(-50%) rotate(-90deg) scale(0.7);
}

.iright {
  top: var(--top);
  transform-origin: center center;
}

#igruen-left {
  position: absolute;
  transform-origin: center center;
  transform: translateY(-50%) rotate(90deg) scale(1.3);
  left: var(--left);
  right: auto;
  top: 50%;
}
#igruen-left.bluete-rotate {
  transform: translateY(-50%) rotate(90deg) scale(0.7);
}

.ileft {
  left: var(--left);
  transform-origin: center center;
}

/* ########################### */
.itop {
  top: var(--top);
  transform: translateX(-50%) rotate(180deg) scale(1.3);
}

.ibottom {
  top: auto;
  bottom: var(--bottom);
  transform: translateX(-50%) rotate(0deg) scale(1.3);
}

#logostart {
  transform-origin: center center;
  transform: scale(0.5);
  margin-top: 10rem;
  transition: all 2.5s ease-in-out;
}
#logostart.start {
  transform: scale(1);
}

#teasertext {
  z-index: 2;
  margin-top: 2rem;
}

.teaserslide {
  margin-top: 2rem;
  z-index: 31;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  align-items: flex-end;
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.teaserslide h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 10rem;
  color: #fff;
  position: absolute;
  transform: translateX(-100%);
  transition: all 1.5s ease-out;
  opacity: 1;
  padding-left: 2rem;
  padding-bottom: 3rem;
}
.teaserslide.show h1 {
  transform: translateX(0%);
}
.teaserslide.hide h1 {
  opacity: 0;
}

#arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: scale(0);
  animation-iteration-count: 1;
}
#arrow.show {
  opacity: 1;
  animation: arrow-in 0.8s;
  animation-iteration-count: 1;
  transform: scale(1);
}

@keyframes arrow-in {
  /* You could think of as "step 1" */
  0% {
    transform: scale(0);
  }
  /* You could think of as "step 2" */
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 670px) {
  .teaserslide h1 {
    font-size: 8rem !important;
  }
  img#teasertext {
    max-width: 70%;
  }
  #bg-images-1 {
    grid-column: 1/2;
    grid-row: 1/3;
    background-image: url("../hamm/imagestart/start1-kl.jpg");
    background-size: cover;
    background-position: center bottom;
    z-index: 30;
    transition: all 2.5s ease-in-out;
    opacity: 1;
  }
  #bg-images-1.hide {
    opacity: 0;
  }
  #bg-images-2 {
    grid-column: 1/2;
    grid-row: 1/3;
    background-image: url("../hamm/imagestart/start2-kl.jpg");
    background-size: cover;
    z-index: 20;
    transition: all 2.5s ease-in-out;
    opacity: 1;
  }
  #bg-images-2.hide {
    opacity: 0;
  }
  #bg-images-3 {
    grid-column: 1/2;
    grid-row: 1/3;
    background-image: url("../hamm/imagestart/start3-kl.jpg");
    background-size: cover;
    z-index: 10;
    background-position-x: center;
  }
  #article-1330 .w100 {
    grid-column: 2/12 !important;
  }
}
@media only screen and (max-width: 470px) {
  .teaserslide h1 {
    font-size: 5rem !important;
  }
  img#teasertext {
    max-width: 70%;
  }
  .haenger-left-2::after {
    display: none;
  }
}

:root {
  --padding-inline: 3rem;
  --rot: #860f37;
  --text-color: rgba(0, 0, 0, 0.7);
  --grau: #f5f3fb;
  --max-width-text: 700px;
  --max-width-full: 1680px;
  --max-width-bg: 1200px;
  --max-width-main: 1100px;
  --max-width-column2: 1300px;
  --scale: 1.05;
  --active: #000;
  --font-size: 1.25rem;
  --gruen: #485C28;
  --hgruen: #225950;
  --blau: #1B1833;
  --rot: #CE3017;
}

html {
  font-size: 16px;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: var(--blau);
  font-family: "Open Sans";
  overflow-x: hidden;
  max-width: 100vw;
  scroll-behavior: smooth !important;
}

#wrapper {
  width: 100vw;
  overflow: hidden;
}

body {
  background-color: var(--pistazie);
  width: 100vw;
  overflow-x: hidden;
  max-width: 100vw;
}
body.hamburger-active #navigation-table {
  transform: translateY(0px);
}

#btn_toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  background-color: #fff;
  padding: 0.8rem;
}

body.showBackBtn #btn_toTop {
  opacity: 1;
}

#videoStart video {
  width: 100%;
  height: auto;
}

#tl_start_team {
  margin-left: 31%;
}

#main button,
#main a {
  color: #fff;
  padding: 0.5rem 0rem;
  border: none;
  cursor: pointer;
  display: flex;
  display: inline-block;
  align-items: center;
}
#main button.grau,
#main a.grau {
  border: 1px solid #707070;
  border-radius: 50px !important;
  font-size: 1.375rem;
  padding: 1rem 1.3rem;
  color: #707070;
}
#main button.white,
#main a.white {
  border-radius: 50px;
  font-size: 1.375rem;
  padding: 1rem 1.3rem;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
#main .bg-beige {
  background-color: var(--beige);
}
#main .bg-beige2 {
  background-color: #fff;
}
#main .r_oben {
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
#main .padding-3 {
  padding: 3rem;
}
#main .padding-2 {
  padding: 2rem;
}
#main .marginT-5 {
  margin-top: 5rem;
}
#main .txt-rot {
  color: var(--rot);
}
#main .txt-schwarz {
  color: #000;
}
#main .t-red,
#main .t-color-red {
  color: var(--rot);
}
#main .overflow {
  overflow: visible;
}

#main .inside,
#main .content-center-overlay,
#main .grid12.full-width,
#footer .inside,
#footer .content-center-overlay,
#footer .grid12.full-width,
#menu-head .inside,
#menu-head .content-center-overlay,
#menu-head .grid12.full-width {
  --content-maxwidth: var(--max-width-main);
  --padding-inline: 3rem;
  --breakout-maxwidth: 100rem;
  display: grid;
  grid-template-columns: [full-width-start] var(--padding-inline) [breakout-start] 1fr [content-start] minmax(300px, var(--content-maxwidth)) [content-end] 1fr [breakout-end] var(--padding-inline) [full-width-end];
}
#main .inside > *, #main .inside > .content,
#main .content-center-overlay > *,
#main .content-center-overlay > .content,
#main .grid12.full-width > *,
#main .grid12.full-width > .content,
#footer .inside > *,
#footer .inside > .content,
#footer .content-center-overlay > *,
#footer .content-center-overlay > .content,
#footer .grid12.full-width > *,
#footer .grid12.full-width > .content,
#menu-head .inside > *,
#menu-head .inside > .content,
#menu-head .content-center-overlay > *,
#menu-head .content-center-overlay > .content,
#menu-head .grid12.full-width > *,
#menu-head .grid12.full-width > .content {
  grid-column: content;
}
#main .inside > #footer-inline,
#main .content-center-overlay > #footer-inline,
#main .grid12.full-width > #footer-inline,
#footer .inside > #footer-inline,
#footer .content-center-overlay > #footer-inline,
#footer .grid12.full-width > #footer-inline,
#menu-head .inside > #footer-inline,
#menu-head .content-center-overlay > #footer-inline,
#menu-head .grid12.full-width > #footer-inline {
  grid-column: full-width;
}
#main .inside > #header-image, #main .inside > .header-image,
#main .content-center-overlay > #header-image,
#main .content-center-overlay > .header-image,
#main .grid12.full-width > #header-image,
#main .grid12.full-width > .header-image,
#footer .inside > #header-image,
#footer .inside > .header-image,
#footer .content-center-overlay > #header-image,
#footer .content-center-overlay > .header-image,
#footer .grid12.full-width > #header-image,
#footer .grid12.full-width > .header-image,
#menu-head .inside > #header-image,
#menu-head .inside > .header-image,
#menu-head .content-center-overlay > #header-image,
#menu-head .content-center-overlay > .header-image,
#menu-head .grid12.full-width > #header-image,
#menu-head .grid12.full-width > .header-image {
  grid-column: full-width;
}
#main .inside > .column-2,
#main .content-center-overlay > .column-2,
#main .grid12.full-width > .column-2,
#footer .inside > .column-2,
#footer .content-center-overlay > .column-2,
#footer .grid12.full-width > .column-2,
#menu-head .inside > .column-2,
#menu-head .content-center-overlay > .column-2,
#menu-head .grid12.full-width > .column-2 {
  grid-column: full-width;
  max-width: var(--max-width-column2);
  margin: 0 auto;
}
#main .inside > .content-wide,
#main .content-center-overlay > .content-wide,
#main .grid12.full-width > .content-wide,
#footer .inside > .content-wide,
#footer .content-center-overlay > .content-wide,
#footer .grid12.full-width > .content-wide,
#menu-head .inside > .content-wide,
#menu-head .content-center-overlay > .content-wide,
#menu-head .grid12.full-width > .content-wide {
  grid-column: full-width;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#main .inside > .content-wide .teaser,
#main .content-center-overlay > .content-wide .teaser,
#main .grid12.full-width > .content-wide .teaser,
#footer .inside > .content-wide .teaser,
#footer .content-center-overlay > .content-wide .teaser,
#footer .grid12.full-width > .content-wide .teaser,
#menu-head .inside > .content-wide .teaser,
#menu-head .content-center-overlay > .content-wide .teaser,
#menu-head .grid12.full-width > .content-wide .teaser {
  grid-column: 2/12;
  padding: 0 2.5rem;
}
#main .inside > .inner-grid, #main .inside > .full-width,
#main .content-center-overlay > .inner-grid,
#main .content-center-overlay > .full-width,
#main .grid12.full-width > .inner-grid,
#main .grid12.full-width > .full-width,
#footer .inside > .inner-grid,
#footer .inside > .full-width,
#footer .content-center-overlay > .inner-grid,
#footer .content-center-overlay > .full-width,
#footer .grid12.full-width > .inner-grid,
#footer .grid12.full-width > .full-width,
#menu-head .inside > .inner-grid,
#menu-head .inside > .full-width,
#menu-head .content-center-overlay > .inner-grid,
#menu-head .content-center-overlay > .full-width,
#menu-head .grid12.full-width > .inner-grid,
#menu-head .grid12.full-width > .full-width {
  grid-column: full-width;
}
#main .inside > .inner-grid img, #main .inside > .full-width img,
#main .content-center-overlay > .inner-grid img,
#main .content-center-overlay > .full-width img,
#main .grid12.full-width > .inner-grid img,
#main .grid12.full-width > .full-width img,
#footer .inside > .inner-grid img,
#footer .inside > .full-width img,
#footer .content-center-overlay > .inner-grid img,
#footer .content-center-overlay > .full-width img,
#footer .grid12.full-width > .inner-grid img,
#footer .grid12.full-width > .full-width img,
#menu-head .inside > .inner-grid img,
#menu-head .inside > .full-width img,
#menu-head .content-center-overlay > .inner-grid img,
#menu-head .content-center-overlay > .full-width img,
#menu-head .grid12.full-width > .inner-grid img,
#menu-head .grid12.full-width > .full-width img {
  width: 100%;
  height: auto;
}
#main .inside > .breakout,
#main .content-center-overlay > .breakout,
#main .grid12.full-width > .breakout,
#footer .inside > .breakout,
#footer .content-center-overlay > .breakout,
#footer .grid12.full-width > .breakout,
#menu-head .inside > .breakout,
#menu-head .content-center-overlay > .breakout,
#menu-head .grid12.full-width > .breakout {
  grid-column: breakout;
}
#main .inside > .overlay-hg,
#main .content-center-overlay > .overlay-hg,
#main .grid12.full-width > .overlay-hg,
#footer .inside > .overlay-hg,
#footer .content-center-overlay > .overlay-hg,
#footer .grid12.full-width > .overlay-hg,
#menu-head .inside > .overlay-hg,
#menu-head .content-center-overlay > .overlay-hg,
#menu-head .grid12.full-width > .overlay-hg {
  grid-column: full-width;
}

section.full-width.w6040.flex .inside-grid {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: stretch;
  margin-bottom: 60px;
  max-width: var(--max-width-main);
  margin: 0 auto;
}
section.full-width.w6040.flex .inside-grid > div:first-child {
  position: relative;
  left: calc(-50vw + 50% + 20px); /* zieht Bild bis Viewportrand */
  width: 70vw;
}
section.full-width.w6040.flex .inside-grid > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.full-width.w6040.flex .inside-grid > div:last-child {
  padding: 40px;
  display: flex;
  align-items: center;
}
section.full-width.w5050.leftR .inside-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  margin-bottom: 60px;
  max-width: var(--max-width-main);
  margin: 0 auto !important;
}
section.full-width.w5050.leftR .inside-grid > div:first-child {
  position: relative;
  left: calc(-50vw + 50% + 20px); /* zieht Bild bis Viewportrand */
  width: 70vw;
}
section.full-width.w5050.leftR .inside-grid > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.full-width.w5050.leftR .inside-grid > div:last-child {
  padding: 40px;
  display: flex;
  align-items: center;
}
section.full-width .inside-grid .full-width {
  grid-column: 1/-1;
}

#main .valign-center .inside-grid {
  align-items: center;
}
#main a[href^="mailto:"] {
  text-decoration: none;
}/*# sourceMappingURL=aufbau.css.map */