.loading-overlay-loading-text,
.text-sm.text-muted-foreground {
  font-size: 16px !important;
}
/* ------- COLORS ------- */

:root {

  /* ALL */
  --color:            rgb(94, 94, 94);   /* red   */
  --background-color: #111;              /* white */
  --text-color:       #fff;              /* black */
  --text-light-color: #878787;           /* dark  */
  --border-color:     rgba(192, 192, 192, 0.447);  /* grey  */

  /* SERP only */
  --link-color:         #2619AF; /* blau  */
  --link-visited-color: #670199; /* lila  */
  --url-color:          #078307; /* green */
  --header-color:       #f9f9fb; /* grey  */
  --ad-color:           #58a33f; /* green */

}

/* ------- CSS only for the Startpage ------- */

body {
  font-size: 16px;
  line-height: 1.2;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: var(--text-light-color);
  background-color: var(--background-color);
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  overflow: hidden;
}

.index__header {
  z-index: 10;
}

.index__header,
.index__bottom {
  background-color: rgba(17, 17, 17, 0.7);
}

.index {
  height: 100vh;
  flex-wrap: nowrap;
  flex-direction: column;
}

.index,
.index__header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index__header {
  flex: 2;
  width: 100%;
  max-width: 600px;
  padding: 0;
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (min-width:651px) {
  .index__header {
    padding: 0 1.5em; 
  }
}

.index__logo {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/media/Title.png");
}

@media (min-width:600px) {
  .index__logo {
    height: 62px;
    width: 385px;
  }
}

.index .index__nav {
  margin: 1.5em auto 1.25em;
}

@media (min-width:600px) {
  .index .index__nav {
    margin: 1em auto 1.25em;
  }
}

.index__container {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index__tab {
  display: none;
  width: 100%;
  opacity: 0;
}

.index__tab.active {
  display: block;
  opacity: 1;
}

.index__content {
  color: var(--text-color);
  text-align: center;
  padding: 2em 1em;
}

.index .index__search {
  width: 100%;
  max-width: 600px;
}

.index__footer {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.index__nav {
  margin: 0;
  padding: 0;
  display: flex;
  line-height: 1;
  font-size: 16px;
  list-style: none;
  justify-content: space-around;
  color: var(--text-light-color);
}

@media (min-width:500px) {
  .index__nav {
    justify-content: start;
  }
}

.index__nav li {
  margin-left: 2em;
}

.index__nav li:first-child {
  margin-left: 0;
}

@media (min-width:600px) {
  .index__nav li {
    margin-left: 3em;
  }
}

.index__nav a {
  color: inherit;
  display: block;
  padding: 12px 0 2px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.index__nav .index__active {
  border-bottom: 3px solid var(--color);
  color: var(--text-color);
  font-weight: 700;
}

.index__form {
  background-color: var(--background-color);
  border-radius: 20px;
  border: 1px solid var(--border-color);
  display: flex;
  transition: all 0.17s ease;
  margin: 0 auto;
}

.index__form:focus-within {
  border-color: #ffffffb9;
}

@media (min-width:800px) {
  .index__form {
    max-width: 680px;
    width: 76%;
  }
}

.index__form>div {
  flex: 1;
}

.index__query {
  background: transparent;
  opacity: 1;
  border: 0;
  color: var(--text-color);
  display: block;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin: 0;
  outline: none;
  padding: 5px 10px 5px 15px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
}

.index__query::placeholder {
  color: #a0a0a0;
  transition: all 0.3s ease;
}

.index__query:focus::placeholder {
  color: var(--text-light-color);
}

.index__button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  flex: 0 0 47px;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.index__button .index__ico {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 28.64l-7.57-7.57a12.53 12.53 0 1 0-2.36 2.36l7.57 7.57zm-17.5-6a9.17 9.17 0 1 1 6.5-2.64 9.11 9.11 0 0 1-6.5 2.67z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 20px 20px;  
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 38px;
  width: 40px;
}

:focus,
:active {
  outline: 0 none;
}

.index__bottom {
  color: var(--text-light-color);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  justify-content: center;
  padding: 2em 0;
  text-align: center;
  width: 100%;
}

@media (min-width:400px) {
  .index__bottom {
    font-size: 13px;
  }
}

@media (min-width:600px) {
  .index__bottom {
    flex-wrap: nowrap;
  }
}

.index__copyright {
  flex: 100%;
  margin: 1em 0 0;
}

@media (min-width:600px) {
  .index__copyright {
    border-right: 1px solid var(--border-color);
    display: inline-flex;
    flex: none;
    margin: 0 2em 0 0;
    padding-right: 2em;
  }
}

.index__links {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width:600px) {
  .index__links {
    display: inline-flex;
    flex: none;
    order: 2;
  }
}

.index__links li {
  margin-left: .5em;
  padding-left: 1em;
  position: relative;
}

.index__links li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.index__links li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.index__links li:first-child:before {
  content: "";
}

@media (min-width:400px) {
  .index__links li {
    margin-left: 1em;
    padding-left: 1.2em;
  }
}

.index__links a {
  color: inherit;
  text-decoration: none;
}

/* ------- EOF ------- */

/* Pure CSS MODAL */

.modal__close {
  color: var(--text-light-color);
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}

.modal__close:hover {
  color: var(--text-color);
}

.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modal:target:before {
  display: block;
}

.modal:target .modal__dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}

.modal__dialog {
  margin-left: -150px;
  width: 280px;
  background: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.17s ease-out;
  -moz-transition: -moz-transform 0.17s ease-out;
  -o-transition: -o-transform 0.17s ease-out;
  transition: transform 0.17s ease-out;
}

@media (min-width:769px) {
  .modal__dialog {
    margin-left: -400px;
    width: 800px;
  }
}

.modal__body {
  padding: 10px 20px;
  height: 200px;
  max-height: 200px;
  overflow-y: scroll;
}

.modal__header,
.modal__footer {
  padding: 10px 20px;
}

.modal__header {
  border-bottom: 1px solid var(--border-color);
}

.modal__header h2 {
  font-size: 20px;
}

.modal__footer {
  border-top: 1px solid var(--border-color);
  text-align: right;
  font-size: x-small;
}

/* ------- EOF ------- */


/* New loading overlay utility classes */
.fixed { position: fixed !important; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; position: absolute !important; }
.flex { display: flex !important; }
.items-center { align-items: center !important; }
.justify-center { justify-content: center !important; }
.bg-background\/80 { background: rgba(17, 17, 17, 0.8) !important; }
.z-40 { z-index: 40 !important; }
.flex-col { flex-direction: column !important; }
.relative { position: relative !important; }
.w-12 { width: 52px !important; }
.h-12 { height: 52px !important; }
.absolute { position: absolute !important; }
.border-4 { border-width: 5px !important; border-style: solid !important; }
.border-primary\/20 { border-color: rgba(255,255,255,0.2) !important; }
.border-primary { border-color: #fff !important; }
.border-t-transparent { border-top-color: transparent !important; }
.rounded-full { border-radius: 50% !important; }
.animate-spin { animation: loading-spin 0.9s linear infinite !important; }
.text-sm { font-size: 14px !important; }
.text-muted-foreground { color: #cfd0d1 !important; }

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------- EOF ------- */

/* Stars Canvas */

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* ------- EOF ------- */

/* Settings styles moved to public/resources/css/settings.css */