/* ----- Google Fonts ----- */
@import url("https://fonts.googleapis.com/css?family=Montserrat|Quicksand:300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

/*Buttons*/

* {
  margin: 0;
  padding: 0;
}

.button-design {
  background-color: #00BFA6;
  color: #fff;
  border: none;
  border-radius: 35px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  width: 250px;
  box-shadow: 0px 5px 10px #80D9CC;
}

.button-results {
  background-color: #fff;
  color: #00BFA6;
  border: none;
  border-radius: 35px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  width: 200px;
  box-shadow: 0px 5px 10px #80D9CC;
}

button:focus {
  outline: none !important;
}

.button-alignment {
  display: block;
  margin: auto;
}

.slider {
  position: relative;
}

#locationButton:disabled {
  background-color: #ccc; 
  color: #666; 
}

#microphoneButton:disabled {
  background-color: #ccc; 
  color: #666; 
}

#cameraButton:disabled {
  background-color: #ccc; 
  color: #666; 
}

#zugriffe{
  display: none;
  margin-bottom: 30px;
}

#eventID{
  display: inline;
}

#fehler {
  max-width: 30%;
  margin: auto;
  margin-top: 5rem;
  color: #862D2D;
  background-color: rgba(229,179,184,0.5);
  padding: 10px;
  display: none;
}

/* header */

header {
  height: 10vh;
  background-position: center;
  text-align: center;
  padding-top: 3vh;
}

header a {
  color: #000;
}

header a:hover {
  color: #000;
  text-decoration: none;
}

.logo {
  font-family: "Quicksand", sans-serif;
  font-weight: bolder;
}

hr {
  width: 10vw;
  height: 0.1em;
  background-color: grey;
  border: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 0;
}


/* section */

section {
  width: 100%;
  text-align: center;
}

section img {
  height: 40vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
  width: auto;
}

section h1 {
  font-size: 4vh;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3vh;
  margin-bottom: 10vh;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  text-align: center;
}

.img-id {
  height: 20vh;
}

section div p {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  margin: 0 10vh;
  font-weight: bold;
  display: block;
}

.set-margin{
  margin-top: 10px;;
}

.hidden-button {
  visibility: hidden;
  display: none;
}

section img {
  height: 25vh;
}

.button-group-id {
  margin: auto;
  min-width: 60% !important;
  text-align: center;
}

/* Cookie Banner */

#CybotCookiebotDialog {
  font-family: "Quicksand", sans-serif !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBodyLevelButtonCustomize {
  border-radius: 35px !important;
}

#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: #00BFA6 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #00BFA6 !important;
  border-color: #00BFA6 !important;
}

#CybotCookiebotDialogNav {
  border-bottom: 1px solid #00BFA6 !important;
  color: #00BFA6 !important;
}


/* Impressum und Datenschutz */
.imp_dat-img img {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  float: right;
}

.main-content {
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 90%;
}

.main-content #top-sequence h1 {
  padding-top: 10%;
}

.main-content h2 {
  padding: 20px 0 10px 0;
  font-weight: bold;
}

.main-content #impressum-text {
  text-align: center;
}

footer {
  text-align: center;
  display: block;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  height: 70vh;
  overflow-y: auto;
  word-wrap: break-word;
  font-size: 110%
}

.modal-body footer p {
  text-align: center;
  font-size: 120%;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.modal-title {
  font-family: "Montserrat", sans-serif;
}

#button-cookie-close {
  width: 70%;
}

footer .btn-primary,
footer .btn-secondary {
  background-color: #adadad;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border: none;
  border-radius: 35px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  width: 120px;
  box-shadow: 0px 10px 60px rgba(173, 173, 173, 0.5);
}

footer .btn-primary:focus,
footer .btn-secondary:focus {
  background-color: #838383;
  box-shadow: 0px 10px 60px rgba(173, 173, 173, 0.5);
}

footer .btn-primary:hover,
footer .btn-secondary:hover {
  font-weight: bold;
  background-color: #00BFA6;
  color: white;
}

footer .btn-link {
  color: black;
  font-size: 120%;
}

/* Scrollbar */

footer ::-webkit-scrollbar {
  width: 20px;
}

footer ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

footer ::-webkit-scrollbar-thumb {
  background: #00BFA6;
  border-radius: 10px;
}

footer ::-webkit-scrollbar-thumb:hover {
  background: #00BFA6;
}

.button-group-id {
  margin: auto;
  width: 30% !important;
}

.form-group-id {
  margin-top: 5rem;
  margin-bottom: 5rem !important;
}

.button-group-id {
  margin: auto;
  min-width: 60% !important;
}

#form_event_id {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.buttons-zugriff {
  margin-top: 5%;
}

/* Pop-up */

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff; 
  text-align: center;
  font-family: "Quicksand", sans-serif; 
  font-size: 15px; 
  border-radius: 10px; 
  max-height: 80vh;
  overflow-y: auto;
}


.popup-content button {
  background-color: #00BFA6;
  color: #fff;
  border: none;
  border-radius: 35px;
  padding: 10px;
  font-size: 18px;
  width: 250px;
  box-shadow: 0px 5px 10px #80D9CC;
  margin-top: 20px; 
  margin-bottom: 20px;
}

.popup-content button:hover {
  background-color: #009c84;
}

#popupResults {
  display: none;
}

#capturedContainer{
  margin-top: 20px;
}

#capturedLocationContainer{
  margin-top: 20px
}

#capturedImagesContainer{
  margin-bottom: 20px;
}

#capturedLocationContainer{
  height: 300px;
  display: none;
}


