@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Extra Bold";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/OpenSans-ExtraBold.woff") format("woff");
}

html,
body {
  height: 100%;
  overflow-y: hidden;
}

body {
  background-color: #000000;
  overflow: scroll;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  list-style-type: none;
  font-weight: 400;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  color: #ffffff;
}

h2 {
  font-family: "Open Sans Extra Bold", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  -webkit-margin-after: -3px;
}

p {
  margin: 7px 0 0 0;
  padding: 0;
}

.js #container,
.js .control_next,
.js .control_prev,
.js .logo img {
  display: none;
}

.listIndent {
  margin-left: 14px;
}
/* LINK STUFF */

a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: red !important;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  text-decoration: none;
}

.logo {
  margin: 55px auto;
  width: 232px;
  height: 66px;
}

#startpage {
  position: absolute;
  height: 350px;
  left: 0;
  top: 175px;
  background: #1c1c1c;
  width: 100%;
}

.index-container__image {
  display: block;
  width: 100%;
  height: 100%;
}

#fadeImage {
  left: 50%;
  position: absolute;
  margin-left: -532px;
}

#nautilusStart {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  height: 350px;
  margin-top: -29px;
}

#container {
  margin: 0 auto 0 auto;
  width: 1069px;
  padding-top: 0;
  max-height: 350px;
  position: relative;
}

#controller {
  position: absolute;
  height: 350px;
  left: 0;
  background: #1c1c1c;
  width: 100%;
}

a.control_prev {
  position: absolute;
  top: 40%;
  z-index: 999;
  padding: 30px;
  background: #2a2a2a;
  opacity: 0.8;
  cursor: pointer;
  left: 5%;
}
a.control_next {
  position: absolute;
  top: 40%;
  padding: 30px;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  margin-right: 5%;
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

/******************************SLIDES**********************************/

#slider {
  overflow: hidden;
  margin: 0 auto;
  width: 1069px;
  height: 350px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 350px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1069px;
  height: 350px;
  background: #1c1c1c;
  text-align: center;
  line-height: 300px;
}

#slider a {
  display: inline-block;
  float: left;
  width: 356px;
}

#slide-1,
#slide-2 {
  background-color: #1c1c1c;
}

#slide-1 a img,
#slide-2 a img,
#slide-3 a img,
#slide-4 a img,
#slide-5 a img,
#slide-6 a img,
#slide-7 a img,
#slide-8 a img {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  height: 350px;
}

#slide-1 a img:hover,
#slide-2 a img:hover,
#slide-3 a img:hover,
#slide-4 a img:hover,
#slide-5 a img:hover,
#slide-6 a img:hover,
#slide-7 a img:hover {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

.infoScreen {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 999;
  width: 1069px;
  height: 350px;
  margin-top: 0;
  background-color: #1c1c1c;
}

.informationText {
  color: #ffffff;
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
}

.informationHead {
  position: absolute;
  width: 50%;
  left: 50%;
}

.informationImg {
  position: absolute;
  left: 0;
  top: 0;
}

.stickyImage {
  position: sticky;
}

#impressumImg {
  top: 100px;
}

#gymnastikList li,
#umkleidenList li,
#diaetList li,
#nautilusList li {
  display: list-item !important;
}

#map-canvas {
  position: absolute;
  width: 500px;
  height: 350px;
  z-index: 9999;
  top: 0;
  left: 0;
}

#darkOverlay {
  position: absolute;
  display: none;
  width: 101%;
  height: 101%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9000;
  background-color: #111;
  opacity: 0.95;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 46.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/******************************DESCRIPTIONS**********************************/

/******************************SUBTITLE**********************************/

#sub-1,
#sub-2,
#sub-3,
#sub-4,
#sub-5,
#sub-6,
#sub-7 {
  display: none;
}

#subtitleSelector {
  padding: 0;
  left: 0;
}

#subtitleSelector > div {
  width: 100%;
}

#subtitleSelector > div > ul {
  padding: 0;
}

#subtitle {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 70px;
}

#subtitle li {
  color: #ffffff;
  display: table-cell;
  width: 33%;
  min-width: 351px;
  text-align: center;
}

#subtitle_Image {
  position: absolute;
  color: #ffffff;
  margin: 0;
  width: 450px;
  padding: 0;
}

#subtitle_Image ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

#backButton {
  display: block;
  margin-top: 20px;
  position: relative;
  float: right;
  margin-right: 20%;
}

#backButton:hover {
  cursor: pointer;
}

/******************************FOOTER**********************************/
/******* BOXEN ******/

#redBoxes {
  position: absolute;
  width: 1069px;
  left: 15px;
  right: 0;
  margin: auto;
  top: 490px;
}

#impressum_box {
  background-color: red;
  width: 15px;
  height: 15px;
  margin-top: 4.8%;
}

/******* TEXT ******/

#footer {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 98%;
}

#footer li {
  display: table-cell;
  width: 33%;
  list-style-type: none;
  text-align: center;
}

#footer li:first-of-type {
  text-align: left;
}

#footer li:last-of-type {
  text-align: right;
}

#footer ul {
  display: table;
  width: 100%;
  position: relative;
  padding: 0;
}

/* RUNDGANG */

#studioRundgang {
  z-index: 9999;
  display: none;
  position: absolute;
  width: 70%;
  height: 70%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#rundgangButton {
  color: red;
  font-size: 150%;
}

.impressum {
  color: #ffffff;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  a.control_next {
    position: absolute;
    top: 40%;
    padding: 20px;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    margin-right: 0;
    z-index: 999;
  }
  a.control_prev {
    position: absolute;
    top: 40%;
    z-index: 999;
    padding: 20px;
    background: #2a2a2a;
    opacity: 0.8;
    cursor: pointer;
    left: 0;
    z-index: 999;
  }
  #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 1069px;
    height: 350px;
    background: #1c1c1c;
    text-align: center;
    line-height: 300px;
  }
  #slider {
    height: 350px !important;
  }

  #slide-1 a img,
  #slide-2 a img,
  #slide-3 a img,
  #slide-4 a img,
  #slide-5 a img,
  #slide-6 a img,
  #slide-7 a img,
  #slide-8 a img {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    height: 350px;
  }

  #slide-1 a img:hover,
  #slide-2 a img:hover,
  #slide-3 a img:hover,
  #slide-4 a img:hover,
  #slide-5 a img:hover,
  #slide-6 a img:hover,
  #slide-7 a img:hover {
    opacity: 0.5;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
  }
  /******************************SUBTITLE**********************************/
  #subtitle {
    text-align: center;
    margin-top: 10px;
  }

  #subtitle div p {
    color: #ffffff;
    position: absolute;
    width: 227px;
  }

  #subtitle div p:nth-child(2) {
    margin-left: 680px;
    width: 351px;
  }

  #subtitle div p:nth-child(3) {
    margin-left: 320px;
    width: 351px;
  }

  #subtitle_Image {
    position: absolute;
    color: #ffffff;
    margin: 0;
    width: 450px;
    padding: 0;
  }

  #subtitle_Image ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -35px;
    font-size: 0.9em;
  }
  /******************************FOOTER**********************************/

  /******* TEXT ******/

  #footer {
    top: 0;
    position: relative;
    display: block;
    margin-top: 100px;
    list-style-type: none;
  }

  #footer li {
    list-style-type: none;
  }

  /* RUNDGANG */

  #studioRundgang {
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #rundgangButton {
    color: red !important;
    font-size: 150%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* KONTAKT */
  .contactButton {
    margin-left: 932px;
  }

  #impressum {
    float: left;
    color: #ffffff;
  }
  #backButton {
    /*
  margin: 0 auto;
  display: block;
*/
    margin-left: 490px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  a.control_next {
    position: absolute;
    top: -60px;
    padding: 20px;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    margin-right: 0;
    z-index: 999;
  }
  a.control_prev {
    position: absolute;
    top: -60px;
    z-index: 999;
    padding: 20px;
    background: #2a2a2a;
    opacity: 0.8;
    cursor: pointer;
    left: 0;
    z-index: 999;
  }

  #slide-1 a img,
  #slide-2 a img,
  #slide-3 a img,
  #slide-4 a img,
  #slide-5 a img,
  #slide-6 a img,
  #slide-7 a img,
  #slide-8 a img {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    height: 250px;
  }

  #controller {
    position: absolute;
    height: 250px;
    left: 0;
    background: #1c1c1c;
    top: 178px;
    width: 764px;
  }
  #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 1069px;
    height: 250px;
    background: #1c1c1c;
    text-align: center;
    line-height: 300px;
  }
  #slider {
    overflow: hidden;
    margin-top: 130px;
    margin-left: -160px;
  }
  #subtitle {
    margin-top: 30px;
    margin-left: 30px;
    display: table;
    width: 100%;
  }
  #subtitle li {
    width: 351px;
    display: table-cell;
    width: 33%;
  }

  #footer {
    margin: 0;
    top: 70px;
    position: relative;
    display: block;
    margin-left: -40px;

    list-style-type: none;
  }
  .contactButton {
    margin-left: 642px;
  }
  #rundgangButton {
    color: red !important;
    font-size: 150%;
    position: absolute;
    top: 505px;
    margin: 0 auto;
    margin-left: -70px;
  }
  .infoScreen {
    position: absolute;
    overflow: hidden;
    margin-left: -50px;
    top: 130px;
    z-index: 999;
    width: 800px;
    height: 250px;
    margin-top: 48px;
    background-color: #1c1c1c;
    overflow: scroll;
  }
  .informationText {
    color: #ffffff;
    position: absolute;
    width: 600px;
    left: 40px;
    margin-top: -20px;
  }
  .informationImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  #backButton {
    margin-left: 0px;
    margin-top: 0px;
  }
  #map-canvas {
    display: none;
  }
}

.cookie-disclaimer a {
  color: red;
}

.cookie-disclaimer p {
  color: #2a2a2a;
  max-width: 900px;
  line-height: 1.25;
  padding: 0;
  font-size: 1rem;
}

.cookie-disclaimer {
  display: flex;
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  padding: 0 2em;
  transition: top 0.25s ease-in-out;
}

.cookie-disclaimer__button:hover {
  background-color: transparent;
  border: 2px solid red;
  color: #2a2a2a;
}

.cookie-disclaimer__button {
  border: 0;
  box-shadow: 0;
  background: red;
  color: #fff;
  font-size: 1rem;
  padding: 0.8em 1.2em;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border: 2px solid transparent;
}

.index-container__continue-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding-top: 5px;
}

.index-container__continue-icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: white;
}

.corona {
  font-size: 24px;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  padding-top: 10px;
  height: 100%;
  /* overflow: scroll; */
}

.corona svg {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: #89fd00;
}

.corona:hover svg {
  fill: red;
}

.corona-open-hours,
.open-corona-popup {
  font-family: "Open Sans Extra Bold", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 30px;
  color: #89fd00;
}

.open-corona-popup:hover {
  color: red;
}

.corona-open-hours-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c1c1c;
  display: none;
}

.corona-open-hours-popup--is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.corona-open-hours--text,
.corona-open-hours-popup--text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.corona-open-hours-popup--headline {
  padding-right: 3rem;
}

.corona-open-hours-popup--close-icon {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  top: 4rem;
  right: 4rem;
  cursor: pointer;
}

.corona-open-hours-popup--close-icon::before,
.corona-open-hours-popup--close-icon::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: red;
}

.corona-open-hours-popup--close-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.corona-open-hours-popup--close-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.corona-open-hours-popup--close-icon::before,
.corona-open-hours-popup--close-icon::after {
  height: 8px;
  margin-top: -4px;
}
