@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  font-family: 'Crimson Text', serif;
}

h1 {
  font-size: 40px;
  line-height: -0.1em;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

h2 {
  font-size: 26px;
  line-height: 0em;
  font-family: 'black';
  font-weight: bolder;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.scrolling-wrapper .card {
  display: inline-block;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
  margin-right: 3px;
}

.card {
  border: 1px solid white;
  border-radius: 12px;
  width: 100px;
  height: 178px;
  background: white;
}

.cardBig {
  border: 3px solid white;
  border-radius: 10px;
  width: 375px;
  height: 176px;
  background: white;
}

.scrolling-wrapper,
.scrolling-wrapper-flexbox {
  height: 200px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar,
.scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

.scrolling-wrapper-big,
.scrolling-wrapper-flexbox-big {
  height: 250px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.containerImage {
  position: relative;
  text-align: center;
  color: white;
}

.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-center {
  position: absolute;
  font-size: 24px;
  top: 40px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  /*text-shadow: black 0.1em 0.1em 0.4em;*/
}

.top-center-underline {
  position: absolute;
  font-size: 14px;
  top: 62px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  /*text-shadow: black 0.1em 0.1em 0.4em;*/
}

.top-center-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.bottom-left {
  position: absolute;
  font-size: 20px;
  bottom: 24px;
  left: 10px;
  text-shadow: black 0.1em 0.1em 0.4em;
  text-align: left;
}

.bottom-left-underline {
  position: absolute;
  font-size: 12px;
  bottom: 12px;
  left: 11px;
  color: grey;
  text-shadow: black 0.1em 0.1em 0.4em;
}

.bottom-left-card {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  bottom: 30px;
  left: 7px;
  text-align: left;
  text-shadow: black 0.1em 0.1em 0.4em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 5px;
}

img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.cc_container .cc_btn {
  background-color: #f82479 !important; /* Farbe des Buttons */
  color: white !important; /* Textfarbe des Buttons */
}

.cc_container {
  background: #454545 !important; /* Hintergrundfarbe des gesamten Bereichs */
  color: white !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
  color: #f82479 !important; /* Textlink-Farbe "Mehr Infos" */
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: black;

  color: white;
  text-align: center;
  padding-bottom: 16px;

  opacity: 0.7;
  -webkit-box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.8);
}

a {
  color: grey;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Crimson Text', serif;
}

.backButton {
  color: #f82479;
  font-size: 20px;
  text-decoration: none;
  padding: 5px;
}

.button {
  background: none;
  border: 1px solid white;
  color: white;
  padding: 7px 8px;

  width: 100%;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close,
.close2,
.close3 {
  color: #aaaaaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.myButton {
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
  background-color: #7d5d3b;
  border-radius: 0 3px 3px 0;
  border: 1px solid #54381e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d3534;
}
.myButton:hover {
  background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
  background-color: #634b30;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.myInput {
  display: inline-block;
  padding: 6px;
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  border-radius: 3px 0 0 3px;
  border: 1px solid #54381e;
  outline: 0;
  font-weight: bold;
  background: #f1eae2;
  color: #54381e;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
