/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* atkinson-hyperlegible-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: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-regular.woff2") format("woff2"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-regular.woff") format("woff"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-regular.ttf") format("truetype"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-regular.svg#AtkinsonHyperlegible") format("svg");
  /* Legacy iOS */
}
/* atkinson-hyperlegible-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: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-700.woff2") format("woff2"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-700.woff") format("woff"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-700.ttf") format("truetype"), url("/_intern/fonts/atkinson/atkinson-hyperlegible-v11-latin-700.svg#AtkinsonHyperlegible") format("svg");
  /* Legacy iOS */
}
/* === LESS variables === */
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Atkinson Hyperlegible", Verdana, sans-serif;
  font-size: 16px;
  color: black;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  background-color: black;
  background-image: url("/MEDIEN/slider/BAX_black_start.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-mg_#logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1 {
  display: block;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
}
h2, .h2 {
  display: block;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}
h3, .h3 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.2;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: rgba(59, 252, 2, 0.7);
}
.text a:hover {
  text-decoration: underline;
}
button, .button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: rgba(59, 252, 2, 0.7);
  padding: 0px 10px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background-color: rgba(47, 201, 2, 0.7);
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="password"], .form li input[type="web"], .form li textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 22px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: rgba(59, 252, 2, 0.7);
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.inner {
  max-width: 95%;
  width: 1200px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
}
#logo {
  position: fixed;
  z-index: 20;
  top: 25px;
  left: 25px;
  display: inline-block;
  max-width: 60%;
}
#logo img {
  display: block;
  max-height: 50px;
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 18px;
}
#nav li.lvl1 a {
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
}
#nav li.lvl1 a.active {
  color: rgba(59, 252, 2, 0.7);
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: underline;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 10px;
  display: block;
}
#mobilemenu {
  display: none;
}
#mobilmenu_trigger {
  position: absolute;
  right: 2%;
  top: 10px;
  width: 50px;
  z-index: 20;
}
#mobilmenu_trigger span {
  position: relative;
  height: 6px;
  display: block;
  margin: 5px 0px;
  background-color: white;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(11px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-11px) rotate(-45deg);
}
#mobilemenu_container {
  display: none;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  overflow: auto;
  background-color: #bebebe;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: #000000;
  padding: 0px 15px;
  line-height: 35px;
  text-decoration: none;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  width: 550px;
  max-width: calc(100% - 20px);
  background-color: #bebebe;
  padding: 12.5px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 90%;
}
#cookiehint a.readmore {
  color: rgba(59, 252, 2, 0.7);
  text-decoration: underline;
}
#cookiehint .button {
  margin: 10px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: transparent;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#page {
  opacity: 1;
}
.popupopen #page {
  opacity: 0;
}
#footer {
  position: fixed;
  z-index: 20;
  bottom: 25px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 25px;
  left: 0px;
  text-align: right;
  color: white;
}
#footer .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  gap: 10vw;
  justify-content: flex-end;
}
#footer a {
  color: inherit;
  text-transform: uppercase;
  line-height: 1.4;
}
#footer #contactlink {
  font-weight: bold;
  text-transform: uppercase;
}
#footer #interimlink {
  font-weight: bold;
  font-size: 200%;
  text-transform: uppercase;
  margin-right: 20px;
  line-height: 1;
}
#footer .ic {
  font-size: 36px;
  line-height: 1;
}
#footer .icons a {
  line-height: 1;
}
#slidercontainer .item {
  position: relative;
  width: 100%;
  height: 100vh;
}
#slidercontainer .sliderpic {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-color: rgba(0, 0, 0, 0.8);
}
#slidercontainer .slick-prev, #slidercontainer .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg) scale(1);
  left: 20px;
  z-index: 10;
  width: 65px;
  height: 90px;
  background-image: url(/MEDIEN/layout/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#slidercontainer .slick-prev:hover, #slidercontainer .slick-next:hover {
  transform: translateY(-50%) rotate(180deg) scale(1.1);
}
#slidercontainer .slick-next {
  left: auto;
  right: 20px;
  background-image: url(/MEDIEN/layout/arrow_right.png);
  transform: translateY(-50%) rotate(0deg) scale(1);
}
#slidercontainer .slick-next:hover {
  transform: translateY(-50%) rotate(0deg) scale(1.1);
}
#slidercontainer .title {
  display: inline-block;
  position: absolute;
  top: -500px;
  left: 135px;
  color: white;
  border-left: 2px solid white;
  padding-left: 30px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  transition-delay: 0.5s;
}
#slidercontainer .title .name {
  font-weight: bold;
  text-transform: uppercase;
}
#slidercontainer .link, #slidercontainer .link2 {
  color: white;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 25px;
  text-align: right;
  height: 50px;
  padding-bottom: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#slidercontainer .link2 {
  top: 25px;
}
#slidercontainer .slick-current .title {
  top: 25px;
}
#slidercontainer .item.whitebg .title {
  color: black;
  border-color: black;
}
#start_logo {
  position: absolute;
  left: 8vw;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  max-width: 10vw;
  display: block;
}
#start_infotext {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 60vw;
  max-width: 980px;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  transition-delay: 0.5s all;
  max-height: 0px;
  overflow: hidden;
}
.slick-current #start_infotext {
  max-height: 90vh;
}
#startslide .come_in {
  position: absolute;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  color: white;
  text-transform: uppercase;
  text-align: right;
}
#startslide .come_in big {
  font-size: 150%;
}
.activeslide_0 #slidercontainer .slick-prev {
  opacity: 0;
}
.activeslide_0 #slidercontainer .slick-next {
  width: 280px;
  height: 380px;
  background-image: url(/MEDIEN/layout/arrow_big_right.png);
}
#lastslide .lastslide_slogan {
  position: absolute;
  right: 50px;
  bottom: 15vh;
  text-align: right;
  text-transform: uppercase;
  font-size: 130%;
  opacity: 0.8;
  color: white;
  font-weight: bold;
  line-height: 1.1;
}
#lastslide .whatweare {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  left: 25px;
  top: 20%;
  color: white;
}
#lastslide .whatweare span {
  display: block;
  border-right: 1px solid white;
  padding-right: 20px;
  margin-right: 20px;
}
#lastslide .whatweare span:last-Child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
.popup {
  display: none;
  /*
	background-image: url('/MEDIEN/slider/BAX_black_start.jpg');
	background-size: cover;
	*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 11;
  color: white;
  justify-content: center;
  align-items: center;
}
.popup .content {
  width: 90vw;
  margin: auto;
  max-width: 980px;
  overflow: auto;
  max-height: 80vh;
  margin: 10vh 0px;
  box-sizing: border-box;
}
.popup .close {
  display: block;
  position: absolute;
  top: 50%;
  right: 8vw;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  background-image: url("/MEDIEN/layout/close_x_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.popup.open {
  display: flex;
}
.popuplink.active {
  color: rgba(59, 252, 2, 0.7) !important;
}
#contact_popoup {
  font-size: 40px;
  text-align: right;
}
#contact_popoup .text p {
  line-height: 1;
  margin-bottom: 50px;
}
#contact_popoup .content {
  width: auto;
  max-height: 9999px;
  overflow: visible;
}
#interim_popoup .content {
  width: auto;
  max-height: 9999px;
  overflow: visible;
}
#interim_popoup .text {
  position: relative;
}
#interim_popoup .text p {
  font-size: 180px;
  color: rgba(59, 252, 2, 0.7);
  font-weight: bold;
  line-height: 0.75;
  margin: 0px;
}
#interim_popoup .behind {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  background-image: url("/MEDIEN/text/text_Interim01.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
}
#interim_popoup .text_sollte {
  position: absolute;
  z-index: 1;
  width: 30%;
  height: 100%;
  top: -12%;
  left: -15%;
  background-image: url("/MEDIEN/text/text_sollte-machen.png");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: top center;
}
body.whiteslide #logo img, body.whiteslide .slick-arrow {
  filter: invert(100%) brightness(0);
}
body.whiteslide #footer {
  color: black;
}
body.whiteslide i.bahn, body.whiteslide i.kunst {
  filter: brightness(0);
}
body.whiteslide #slidercontainer .link {
  color: black;
}
i.bahn, i.kunst {
  display: inline-block;
  background-image: url("/MEDIEN/layout/DB.svg");
  width: 56px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  filter: invert(1) brightness(999);
  top: 8px;
  position: relative;
}
i.kunst {
  background-image: url("/MEDIEN/layout/Kunst_sichtbar_machen.png");
}
