span.greenicon::before {
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    color: transparent;
    background-image: url('../images/svg/available_graphical.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;

}

span.ambericon::before {
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    color: transparent;
    background-image: url('../images/svg/amber_graphical.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;

}

span.redicon::before {
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    color: transparent;
    background-image: url('../images/svg/red_graphical.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;

}

sub{
    line-height: 50%;
    font-size: 50%;
}

span.legende {
    display: inline-flex;
    align-items: center;
}

p.legendenparagraph {
    margin-top: 0px;
    line-height: 50%;
}

#delete_ann_button{
    width: 30px;
    height: 30px;
    background: no-repeat;
    margin-left: 0.5em;
    background-image: url('/images/svg/trash_solid.svg');
    background-size: contain;
    border: none;
    cursor: pointer;
}

#delete_ann_button:active{
    box-shadow: 2px 2px 5px #6e6e6e
}

#save_ann_button{
    width: 30px;
    height: 30px;
    background: no-repeat;
    margin-left: 0.5em;
    background-image: url('/images/svg/plus_solid.svg');
    background-size: contain;
    border: none;
    cursor: pointer;
}

#save_ann_button:active{
    box-shadow: 2px 2px 5px #6e6e6e
}

#ann_dropdown{
    margin-left: 0.4em
}

#ann_dropdown_div{
    display: flex;
    margin-bottom:1em;
}

#image_form_submit{
    margin-bottom: 1em;
}

#save_ann_submit{
    padding: 5px;
    font-size: 20px;
    margin-top: 5px;
}

label[for=save_ann_input]
{
    display: block;
}

#save_ann_input{
    display: block;

}
/* test centering
.center {
    margin: auto;
    background: #fcf7f7;
    width: 60%;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
.center {
    margin: 0 auto;
    background: #fcf7f7;
    width: 100%;
    max-width: 900px;
    padding: 20px;
    box-sizing: border-box;
}

.hideform {
    display: none;
}
/* code */
.gcp-code {
  background: #f1f3f4;          /* light gray */
  border: 1px solid #dadce0;    /* thin neutral border */
  border-radius: 8px;
  padding: 14px 16px;
  margin: 0;
  overflow-x: auto;

  /* typography */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
               "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #202124;              /* Google text color */

  /* wrapping behavior (good for long one-liners) */
  white-space: pre-wrap;       /* wrap instead of forcing one long line */
  word-break: break-word;      /* break long tokens */
}

.gcp-code code {
  background: transparent;
  padding: 0;
}
@media (max-width: 600px) {
  .gcp-code { font-size: 13px; }
}
/*Copy button*/
/* wrapper only */
.gcp-code-wrapper {
  position: relative;
}

/* copy button – Google Docs style */

.gcp-copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;

  width: 28px;
  height: 28px;

  border: 1px solid #dadce0;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;

  /* copy icon (inline SVG) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235f6368'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2M8 16h8a2 2 0 002-2v-8a2 2 0 00-2-2H8a2 2 0 00-2 2v8a2 2 0 002 2z'/%3E%3C/svg%3E");
}

.gcp-copy-btn:hover {
  background-color: #f1f3f4;
}

.gcp-copy-btn.copied {
  /* check icon (inline SVG) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2334a853'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
}


/* Light background waves like screenshot */
.ts-hero {
  background:
    radial-gradient(1000px 180px at 70% 10%, rgba(0,0,0,0.05), transparent 60%),
    radial-gradient(1000px 200px at 20% 60%, rgba(0,0,0,0.04), transparent 60%),
    #fff;
  padding-bottom: 80px;
} 

/* New try */
.ts-subnav {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}

.ts-subnav__inner {
  max-width: 520px;        /* keeps it “central” under the logo */
  margin: 0 auto;
  padding: 14px 0;         /* less padding so it sits closer */
  display: flex;
  justify-content: center;
  gap: 36px;
} 


.ts-subnav__inner a {
  color: #cc006e;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.ts-subnav__inner a:hover {
  text-decoration: underline;
}

/* T-Systems emphasis text (no background, magenta only) */
.ts-emphasis {
  color: #cc006e;   /* T-Systems magenta */
}

/* links in additional info page*/
.black-links a:link,
.black-links a:visited {
  color: #202124 !important;
  text-decoration: none;
}

.black-links a:hover,
.black-links a:focus {
  color: #202124 !important;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}
/*navbar mobile*/
/* Mobile only */
@media (max-width: 768px) {
  .ts-subnav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ts-subnav__inner {
    max-width: none;
    margin: 0;
    padding: 14px 12px;
    justify-content: flex-start;
    gap: 20px;
    min-width: max-content;
  }

  .ts-subnav__inner a {
    white-space: nowrap;
    flex: 0 0 auto;
    font-size: 10px;
  }
}